I have following rule:
<Location />
AuthType Basic
AuthName test-server
Require valid-user
AuthUserFile /etc/apache2/passwd
</Location>
But want to exclude some IP addresses from authorisation process, so if you are connecting from such address, you don’t have to submit login/password. How to do that?
1 Answer