[us...@httpd] AuthBasic - Adding one Exception

2009-10-09 Thread Prasanna Ram Venkatachalam
Hi All, I am using Apache configured with mod_auth_basic module. I added the AuthType Basic and other related information in Location /. This is protecting all accesses to all locations in WebServer. Now i want to add one exception for a particular page /xyz, if it is accessed from a particular

Re: [us...@httpd] AuthBasic - Adding one Exception

2009-10-09 Thread André Warnier
Prasanna Ram Venkatachalam wrote: Hi All, I am using Apache configured with mod_auth_basic module. I added the AuthType Basic and other related information in Location /. This is protecting all accesses to all locations in WebServer. Now i want to add one exception for a particular page /xyz,

Re: [us...@httpd] AuthBasic - Adding one Exception

2009-10-09 Thread Prasanna Ram Venkatachalam
Can't you just remove the Require valid-user ? Thank Andre. I tried that. Removing that from Location /xyz is still asking for credentials :( (i guess because / is protected) I want the whole root to be protected, so i cannot remove it from Location / Just want to add an exception for a single