Additions:
>>http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order
>>=====apache httpd deny=====
===block nasty referers===
===order allow,deny===
use this for private pages
order allow,deny
allow rules & deny rules in any order !
apply allow rules
apply deny rules
implied deny from match both
implied deny from match none
===order deny,allow===
use this for public pages
allow rules & deny rules in any order !
apply deny rules
apply allow rules
implied allow from match both
implied allow from match none
>>=====apache httpd deny=====
===block nasty referers===
===order allow,deny===
use this for private pages
order allow,deny
allow rules & deny rules in any order !
apply allow rules
apply deny rules
implied deny from match both
implied deny from match none
===order deny,allow===
use this for public pages
allow rules & deny rules in any order !
apply deny rules
apply allow rules
implied allow from match both
implied allow from match none
Deletions:
==block nasty referers==