Hello wolrd,

OpenBSD 4.5 amd64 (with inner ip 192.168.180.122), and client with 192.168.180.123.


httpd.conf:

   <Directory />
       Options FollowSymLinks
       AllowOverride All
   </Directory>



/var/www/htdocs/BASE/.htaccess:

   Order Allow,Deny
   Allow from 192.168.180.123
   Deny from all


i get:


     Forbidden

   You don't have permission to access /BASE/ on this server.


but,

   Order Allow,Deny
   Allow from all
   Deny from 192.168.180.1


allow me to access, and

   Order Allow,Deny
   Allow from all
   Deny from 192.168.180.123


doesn't.

Also, the same configuration on the OpenBSD 4.5 i386 work.
Look's like chrooted apache on amd64 obsd4.5 broken.

Reply via email to