Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 93e20ac8ac94dfbdd966dd73adc6f2a2 > files > 4

php-xcache-3.0.4-1.fc18.src.rpm

# Configure XCache Administration
Alias /xcache /usr/share/xcache

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