summaryrefslogtreecommitdiffstats
path: root/collectd-httpd.conf
blob: a9fe9561248747e5e100b8650450e5b0b012875a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Configuration for collectd.

ScriptAlias /collectd/bin/ /usr/share/collectd/collection3/bin/
Alias /collectd/ /usr/share/collectd/collection3/

<Directory /usr/share/collectd/>
    AddHandler cgi-script .cgi
    DirectoryIndex bin/index.cgi
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Directory>