On Fri, Sep 5, 2008 at 2:58 PM, Vjy <[EMAIL PROTECTED]> wrote:
>
> How do i not to protect subdirectory /home/vijay/src/atd/borg/html/public
> while protecting /home/vijay/src/atd/borg/html ?


>       3 <Directory /home/vijay/src/atd/borg/html>
>       4   AuthServer https://webauth03.iavian.com/
>       5   Require valid-user
>       6   AuthType Basic
>       9 </Directory>
>      10
>      11 <Directory /home/vijay/src/atd/borg/html/public>

order deny,allow
allow from all
satisfy any

>      15 </Directory>


-- 
Eric Covener
[EMAIL PROTECTED]

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