]> git.pld-linux.org Git - packages/php-xcache.git/blob - xcache-httpd.conf
- migrated to apache 2.4
[packages/php-xcache.git] / xcache-httpd.conf
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
6 Alias /xcache /usr/share/xcache
7 <Directory /usr/share/xcache>
8         Require local
9 </Directory>
This page took 0.079797 seconds and 3 git commands to generate.