I have used this htaccess file for quite some time now and it worked, only 
allowing access to specific ip addressess.
For some reason the htaccess is not blocking ip addresses outside the ones 
specified.
I have 'x'ed out the ip addresses and changed the user user name for this email.

AuthType Basic
AuthName "Outside Access."
AuthUserfile /etc/htpasswd
require user user_name
#require valid-user
Satisfy All
<Limit GET POST>
order deny,allow
deny from all
allow from xxx.xxx.216
allow from xxx.xxx.42
allow from xxx.xxx.43
allow from xxx.xxx.188
allow from xxx.xxx.189
</Limit>

Any ideas on what could have changed to so the deny from all is no longer 
working? Users are still asked for a username and password. Some posts state to 
avoid using LIMIT. If that is correct then what is the better method?

Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to