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:
parent
9166b2fca9
commit
9d5eb63f04
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user