diff options
Diffstat (limited to 'doc')
-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" |