SHA256
1
0
forked from pool/collectd

- fix apache configuration for collectd-js

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=98
This commit is contained in:
Pascal Bleser 2012-02-19 17:08:32 +00:00 committed by Git OBS Bridge
parent 9166b2fca9
commit 9d5eb63f04
2 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<IfModule mod_cgi.c>
ScriptAlias /collectd-js /srv/www/collectd-js/bin/index.cgi
ScriptAlias /collectd-js /srv/www/collectd-js/index.cgi
# Access control:
<Directory "/srv/www/collectd-js">
@ -19,11 +19,12 @@
Order allow,deny
# You might want to change this to avoid giving everyone
# access to the collectd statistics, e.g.:
# You might want to change this to give access from
# different hosts to the collectd statistics, e.g.:
#
# Allow from all
# Allow from localhost
# Allow from 192.168.
Allow from localhost
Deny from all
</Directory>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 19 17:07:34 UTC 2012 - pascal.bleser@opensuse.org
- fix apache configuration for collectd-js, thanks to Bruno Friedmann
<tigerfoot@opensuse.org> for reporting
-------------------------------------------------------------------
Sun Feb 19 17:04:32 UTC 2012 - pascal.bleser@opensuse.org