You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vjy <vi...@iavian.com> on 2008/09/05 20:58:21 UTC

[users@httpd] Require Directive

      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>
     15 </Directory>

How do i not to protect subdirectory /home/vijay/src/atd/borg/html/public
while protecting /home/vijay/src/atd/borg/html ?


http://iavian.com

Re: [users@httpd] Require Directive

Posted by Eric Covener <co...@gmail.com>.
On Fri, Sep 5, 2008 at 2:58 PM, Vjy <vi...@iavian.com> 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
covener@gmail.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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org