[plug] Apache Access
Craig Ringer
craig at postnewspapers.com.au
Wed Sep 11 14:28:05 WST 2002
> <Directory /var/www/html>
> Order Deny,Allow
> Deny from [ips]
> Allow from all
> </Directory>
OK, I seem to remember having some similar issues once. Have you tried
> <Directory /var/www/html>
> Order Deny,Allow
> Deny from [ips]
> </Directory>
instead?
Also make sure to do
apachectl configtest
then
apachetcl reload
after each config change.
--
Craig Ringer
GPG Key Fingerprint: AF1C ABFE 7E64 E9C8 FC27 C16E D3CE CDC0 0E93 380D
-- if it ain't broke, add features 'till it is. (or:)
while (! broken) { features ++ ; broken = isBroken(features) }
More information about the plug
mailing list