SOURCES: xcache-lighttpd.conf (NEW) - alias for lighty

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


Author: glen                         Date: Mon Sep 17 09:55:05 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- alias for lighty

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

---- Diffs:

================================================================
Index: SOURCES/xcache-lighttpd.conf
diff -u /dev/null SOURCES/xcache-lighttpd.conf:1.1
--- /dev/null	Mon Sep 17 11:55:05 2007
+++ SOURCES/xcache-lighttpd.conf	Mon Sep 17 11:55:00 2007
@@ -0,0 +1,10 @@
+# allow from localhost
+#
+# NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings
+# to access it.
+
+$HTTP["remoteip"] == "127.0.0.1" {
+	alias.url += (
+		"/xcache" => "/usr/share/xcache"
+	)
+}
================================================================


More information about the pld-cvs-commit mailing list