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 BravoOscar:
http://wiki.apache.org/httpd/Recipes/BypassAuthenticationOrAuthorizationRequirements

The comment on the change is:
Get this pesky allow,deny the right way round...

------------------------------------------------------------------------------
  </Directory>
  }}}
  
- In this above example, the "Order deny,allow" line blocks access by default, 
the "Allow" directive allows the LAN and the "Satisfy all" directive requires 
both LAN and password.
+ In this above example, the "Order allow,deny" line blocks access by default, 
the "Allow" directive allows the LAN and the "Satisfy all" directive requires 
both LAN and password.
  
  See the Apache Docs for further information on the 
[http://httpd.apache.org/docs/2.2/mod/core.html#satisfy Satisfy] directive.
  

Reply via email to