I have a little problem that you guys may help me wtih...
I have a directory on my apache that i want to protect.

>From outside our internal network only specific hosts togheter with a
specific user should be allowed access to the directory. In apache terms:
Allow from (external_host)
Require valid-user

But from the inside only specfic hosts without any password should be
allowed access.
Allow from (inside_host)

How can i achive this?

I have looked at Allow, Require and Satisfy directivies but I cant figure it
out.
-- 
View this message in context: 
http://www.nabble.com/Different-type-of-authentication-depending-on-IP-tp22951936p22951936.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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