SOURCES: cacti-apache.conf (NEW), cacti-lighttpd.conf (NEW) - webserver int...

glen glen at pld-linux.org
Sun Oct 5 04:07:21 CEST 2008


Author: glen                         Date: Sun Oct  5 02:07:21 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- webserver integration

---- Files affected:
SOURCES:
   cacti-apache.conf (NONE -> 1.1)  (NEW), cacti-lighttpd.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cacti-apache.conf
diff -u /dev/null SOURCES/cacti-apache.conf:1.1
--- /dev/null	Sun Oct  5 04:07:22 2008
+++ SOURCES/cacti-apache.conf	Sun Oct  5 04:07:15 2008
@@ -0,0 +1,4 @@
+Alias /cacti /usr/share/cacti
+<Directory /usr/share/cacti>
+	Allow from all
+</Directory>

================================================================
Index: SOURCES/cacti-lighttpd.conf
diff -u /dev/null SOURCES/cacti-lighttpd.conf:1.1
--- /dev/null	Sun Oct  5 04:07:22 2008
+++ SOURCES/cacti-lighttpd.conf	Sun Oct  5 04:07:16 2008
@@ -0,0 +1,3 @@
+alias.url += (
+    "/cacti" => "/usr/share/cacti",
+)
================================================================


More information about the pld-cvs-commit mailing list