]> git.pld-linux.org Git - packages/php-xcache.git/blame - xcache-apache.conf
- unconditional noarch subpackages
[packages/php-xcache.git] / xcache-apache.conf
CommitLineData
cd30203e
ER
1# allow from localhost
2#
3# NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings
4# to access it.
5
6Alias /xcache /usr/share/xcache
7<Directory /usr/share/xcache>
71c7be5e
ER
8 # Apache 2.x
9 <IfModule !mod_authz_core.c>
10 Allow from 127.0.0.1
11 </IfModule>
12 # Apache 2.4
13 <IfModule mod_authz_core.c>
14 Require local
15 </IfModule>
cd30203e 16</Directory>
This page took 0.083709 seconds and 4 git commands to generate.