]> git.pld-linux.org Git - packages/php-pecl-memcache.git/blobdiff - memcache-apache.conf
- add web subpackage containing small admin panel; rel 4
[packages/php-pecl-memcache.git] / memcache-apache.conf
diff --git a/memcache-apache.conf b/memcache-apache.conf
new file mode 100644 (file)
index 0000000..cf39b06
--- /dev/null
@@ -0,0 +1,9 @@
+Alias /memcache.php /usr/share/memcache/memcache.php
+
+<Directory /usr/share/xcache>
+       # Allow from localhost only.
+       # IMPORTANT: if you allow from elsewhere, be sure to change admin
+       # username/password in config.php otherwise you make your page password easily
+       # guessable.
+       Allow from 127.0.0.1
+</Directory>
This page took 0.089194 seconds and 4 git commands to generate.