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 is still asking for credentials :( (i guess because / is protected) I want the whole root to be protected, so i cannot remove it from Just want to add an exception for a single page for single IP/

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

[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 . 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 host abc I t