SOURCES: xcache-apache.conf (NEW) - for apache

glen glen at pld-linux.org
Mon Sep 17 11:55:40 CEST 2007


Author: glen                         Date: Mon Sep 17 09:55:40 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for apache

---- Files affected:
SOURCES:
   xcache-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xcache-apache.conf
diff -u /dev/null SOURCES/xcache-apache.conf:1.1
--- /dev/null	Mon Sep 17 11:55:40 2007
+++ SOURCES/xcache-apache.conf	Mon Sep 17 11:55:35 2007
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list