Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by megaspaz: http://wiki.apache.org/httpd/Recipes/BypassAuthenticationOrAuthorizationRequirements The comment on the change is: Added notation to satisfy any rec. that it is extendable host-wise... ------------------------------------------------------------------------------ Satisfy any </Directory> }}} - This will force everyone from the outside to authenticate, but those coming from the LAN IP range would not be required to do so. Apache will let them access the directory without authenticating. + This will force everyone from the outside to authenticate, but those coming from the LAN IP range would not be required to do so. Apache will let them access the directory without authenticating. You can add other hostnames (local or remote) to the Allow directive to give them access to the directory as well. See the Apache Docs on [http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#allow Allow]. 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:
