You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/16 14:18:39 UTC

[Httpd Wiki] Update of "BypassAuthenticationOrAuthorizationRequirements" by noodl

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "BypassAuthenticationOrAuthorizationRequirements" page has been changed by noodl:
http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements?action=diff&rev1=20&rev2=21

  
  This will also work with a subdirectory in your protected directory. Let's say you have a subdirectory in ''private'' called ''noprotect'' that you want to allow everyone access to without being prompted for credentials. You could do this:
  
+ {{{
- {{{<Directory /home/www/site1/private/noprotect>
+ <Directory /home/www/site1/private/noprotect>
    Order allow,deny
    Allow from all
    Satisfy any