forked from pool/collectd
9166b2fca9
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=97
18 lines
431 B
Plaintext
18 lines
431 B
Plaintext
<IfModule mod_cgi.c>
|
|
ScriptAlias /collectd /srv/www/collectd/collection.cgi
|
|
|
|
# Access control:
|
|
<Directory "/srv/www/collectd">
|
|
Order allow,deny
|
|
|
|
# You might want to change this to give access from
|
|
# different hosts to the collectd statistics, e.g.:
|
|
#
|
|
# Allow from all
|
|
# Allow from 192.168.
|
|
Allow from localhost
|
|
Deny from all
|
|
</Directory>
|
|
|
|
</IfModule>
|