Server version: Apache/2.0.52
Server built:   Oct 29 2008 09:20:05
Red Hat Enterprise Linux AS release 4 (Nahant Update 7)

hi,
I want to secure some content from unauthorized access by using :
"
AuthType Basic
AuthName "Authentication Required"
AuthUserFile /etc/secret/auth.users
Require valid-user
"
in one of my <virtualhost>'s

I would like to know if there is a possible way for apache to auto-login anyone coming from the 192.168.1 network to a specific user? This would be great if it required 0 client-side setup ( completely transparent ) and for the 192.168.2 network a login/pass would be asked to the user.

I have digged for quite a while, maybe someone out there knows the direction to take,

Thanks,

Pascal

---------------------------------------------------------------------
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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to