Blame xcache-httpd.conf

7d0f27e
# Configure XCache Administration
7d0f27e
Alias /xcache /usr/share/xcache
7d0f27e
7d0f27e
<Directory /usr/share/xcache>
7d0f27e
   <IfModule mod_authz_core.c>
7d0f27e
     # Apache 2.4
7d0f27e
     Require local
7d0f27e
   </IfModule>
7d0f27e
   <IfModule !mod_authz_core.c>
7d0f27e
     # Apache 2.2
7d0f27e
     Order Deny,Allow
7d0f27e
     Deny from All
7d0f27e
     Allow from 127.0.0.1
7d0f27e
     Allow from ::1
7d0f27e
   </IfModule>
7d0f27e
</Directory>
7d0f27e