Donovan
12-13-2000, 10:10 PM
Hi, my apache webserver sets the web access to /var/www.
Here is what i've set in access.conf:
<Directory /var/www>
Options Indexes FollowSymLinks
AllowOverride All
order deny,allow
deny from my.ip.address
allow from all
</Directory>
Why I can still access /var/www from the web ? When I set to deny all it deny all, but why when I set my IP it doesn't ? (I restarted apache but no luck) ?
(of course, I don't want to ban MY ip but want to do it just for a test).
Thanks,
Donov
Here is what i've set in access.conf:
<Directory /var/www>
Options Indexes FollowSymLinks
AllowOverride All
order deny,allow
deny from my.ip.address
allow from all
</Directory>
Why I can still access /var/www from the web ? When I set to deny all it deny all, but why when I set my IP it doesn't ? (I restarted apache but no luck) ?
(of course, I don't want to ban MY ip but want to do it just for a test).
Thanks,
Donov