]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blob - memcache-lighttpd.conf
- add web subpackage containing small admin panel; rel 4
[packages/php-pecl-memcache.git] / memcache-lighttpd.conf
1 # Allow from localhost only.
2 # IMPORTANT: if you allow from elsewhere, be sure to change admin
3 # username/password in config.php otherwise you make your page password easily
4 # guessable.
5
6 $HTTP["remoteip"] == "127.0.0.1" {
7         alias.url += (
8                 "/memcache.php" => "/usr/share/memcache/memcache.php"
9         )
10 }
This page took 0.059869 seconds and 4 git commands to generate.