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"
+       )
+}
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to