diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
commit | f8912ab58a52ecbfca4a53e98be8be83e45b17c1 (patch) | |
tree | 6e10f30993f28a115d3dac5204994aefbb714320 /doc/httpd-sample.conf | |
parent | eb9f54be105e309dae51bdc68025ed2a4f2a7e6a (diff) |
Older commits that never went into version control
Diffstat (limited to 'doc/httpd-sample.conf')
-rw-r--r-- | doc/httpd-sample.conf | 8 |
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" |