]> git.pld-linux.org Git - packages/php-xcache.git/commitdiff
- for apache
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Sep 2007 09:55:35 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcache-apache.conf -> 1.1

xcache-apache.conf [new file with mode: 0644]

diff --git a/xcache-apache.conf b/xcache-apache.conf
new file mode 100644 (file)
index 0000000..aa3e788
--- /dev/null
@@ -0,0 +1,9 @@
+# allow from localhost
+#
+# NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings
+# to access it.
+
+Alias /xcache /usr/share/xcache
+<Directory /usr/share/xcache>
+       Allow from 127.0.0.1
+</Directory>
This page took 0.115177 seconds and 4 git commands to generate.