blob: 555278ac2c792fd6ed7c8fdbf433c601d8c4f791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# ---------------------------------------------------
# ADD THE FOLLOWING LINES TO YOUR APACHE httpd.conf
# The front end to use
Alias /rrdui /usr/local/share/rrdui/ajax/
# The CGI backend which manages the graphs
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"
</Location>
|