2011-02-03 02:08:32 +01:00
|
|
|
<IfModule mod_cgi.c>
|
|
|
|
ScriptAlias /collectd /srv/www/collectd/collection.cgi
|
|
|
|
|
|
|
|
# Access control:
|
|
|
|
<Directory "/srv/www/collectd">
|
|
|
|
Order allow,deny
|
|
|
|
|
2012-02-19 18:06:09 +01:00
|
|
|
# You might want to change this to give access from
|
|
|
|
# different hosts to the collectd statistics, e.g.:
|
|
|
|
#
|
2011-02-03 02:08:32 +01:00
|
|
|
# Allow from all
|
|
|
|
# Allow from 192.168.
|
2012-02-19 18:06:09 +01:00
|
|
|
Allow from localhost
|
2011-02-03 02:08:32 +01:00
|
|
|
Deny from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
</IfModule>
|