apache.conf.path-protected.in 172 Bytes
Newer Older
1
<Directory %(path)s>
2 3
  Order Deny,Allow
  Allow from %(access_control_string)s
4 5 6 7 8 9
</Directory>

<Directory %(document_root)s>
  Order Allow,Deny
  Allow from All
</Directory>