]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blob - memcache-apache.conf
- add web subpackage containing small admin panel; rel 4
[packages/php-pecl-memcache.git] / memcache-apache.conf
1 Alias /memcache.php /usr/share/memcache/memcache.php
2
3 <Directory /usr/share/xcache>
4         # Allow from localhost only.
5         # IMPORTANT: if you allow from elsewhere, be sure to change admin
6         # username/password in config.php otherwise you make your page password easily
7         # guessable.
8         Allow from 127.0.0.1
9 </Directory>
This page took 0.085851 seconds and 4 git commands to generate.