]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- webserver integration
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 5 Oct 2008 02:07:16 +0000 (02:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-apache.conf -> 1.1
    cacti-lighttpd.conf -> 1.1

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

diff --git a/cacti-apache.conf b/cacti-apache.conf
new file mode 100644 (file)
index 0000000..e303a7a
--- /dev/null
@@ -0,0 +1,4 @@
+Alias /cacti /usr/share/cacti
+<Directory /usr/share/cacti>
+       Allow from all
+</Directory>
diff --git a/cacti-lighttpd.conf b/cacti-lighttpd.conf
new file mode 100644 (file)
index 0000000..fbcaa2c
--- /dev/null
@@ -0,0 +1,3 @@
+alias.url += (
+    "/cacti" => "/usr/share/cacti",
+)
This page took 0.030373 seconds and 4 git commands to generate.