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
