summaryrefslogtreecommitdiff
path: root/doc/httpd-sample.conf
blob: 4e1df94cc5a9add06a86b63e59fcbba8f7fb312d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# The front end to use
Alias /rrdui/ /usr/local/share/rrdui/ajax/

# The CGI backend which manages the graphs
ScriptAlias /rrdui-back /usr/local/bin/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>