Running RH E3W with apache 2.0
Need help setting up authentication access to an "Intranet" with public access. Want to allow users inside a specific address range, 192.168.0.1-254, to bypass authentication while ALL others are prompted for authentication which as you can see it prompts for authentication in all cases.
Help?
Here's what I've come up with so far...
<Directory "/var/ AuthType Basic
AuthName "** Authorized Personnel Only **"
AuthUserFile /var/ Require user abc
AllowOverride None
Order allow,deny
Allow from all
Need help setting up authentication access to an "Intranet" with public access. Want to allow users inside a specific address range, 192.168.0.1-254, to bypass authentication while ALL others are prompted for authentication which as you can see it prompts for authentication in all cases.
Help?
Here's what I've come up with so far...
<Directory "/var/ AuthType Basic
AuthName "** Authorized Personnel Only **"
AuthUserFile /var/ Require user abc
AllowOverride None
Order allow,deny
Allow from all