summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-13 20:47:41 +0000
committerStef Walter <stef@memberwebs.com>2008-06-13 20:47:41 +0000
commitf8912ab58a52ecbfca4a53e98be8be83e45b17c1 (patch)
tree6e10f30993f28a115d3dac5204994aefbb714320 /doc
parenteb9f54be105e309dae51bdc68025ed2a4f2a7e6a (diff)
Older commits that never went into version control
Diffstat (limited to 'doc')
-rw-r--r--doc/httpd-sample.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/httpd-sample.conf b/doc/httpd-sample.conf
index 4e1df94..555278a 100644
--- a/doc/httpd-sample.conf
+++ b/doc/httpd-sample.conf
@@ -1,14 +1,16 @@
+# ---------------------------------------------------
+# ADD THE FOLLOWING LINES TO YOUR APACHE httpd.conf
+
# The front end to use
-Alias /rrdui/ /usr/local/share/rrdui/ajax/
+Alias /rrdui /usr/local/share/rrdui/ajax/
# The CGI backend which manages the graphs
-ScriptAlias /rrdui-back /usr/local/bin/rrdui-cgi
+ScriptAlias /rrdui-back /usr/local/libexec/rrdui-cgi
<Location "/rrdui-back">
# The location of the configuration files
SetEnv CONFDIR "/usr/local/etc/rrdbot"
-
# The location of the RRD files
SetEnv WORKDIR "/var/db/rrdbot"