]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blame_incremental - memcache-lighttpd.conf
php 5.2 deps
[packages/php-pecl-memcache.git] / memcache-lighttpd.conf
... / ...
CommitLineData
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.091589 seconds and 4 git commands to generate.