Dear list,

I have the following in my .htaccess to force the authentication

[....]
AuthName "htaccess password prompt"
AuthUserFile /home/askapache.com/.htpasswd
AuthType Basic
Require valid-user
[...]

Now I like some IPs to bypass the authentication. Hence I have modified the 
rule as

[...]
Order deny,allow
Deny from all
AuthName "htaccess password prompt"
AuthUserFile /home/askapache.com/.htpasswd
AuthType Basic
Require valid-user
Allow from 172.17.10.1
Satisfy Any
[....]

But it just allow all IPs to bypass the authentication. IS there any wrong code 
in the rule set ?
The apache version is -  [ Server version: Apache/2.2.16 (Debian) ]

Thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120813104051.71e61...@shiva.selfip.org

Reply via email to