From 9d5eb63f04fa24a87098156fed41d64448e7d6c760f4a8701fe44c8230c5f093 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sun, 19 Feb 2012 17:08:32 +0000 Subject: [PATCH] - fix apache configuration for collectd-js OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=98 --- collectd-js.apache2.conf | 9 +++++---- collectd.changes | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/collectd-js.apache2.conf b/collectd-js.apache2.conf index 9c88204..e1ab7ae 100644 --- a/collectd-js.apache2.conf +++ b/collectd-js.apache2.conf @@ -1,5 +1,5 @@ - ScriptAlias /collectd-js /srv/www/collectd-js/bin/index.cgi + ScriptAlias /collectd-js /srv/www/collectd-js/index.cgi # Access control: @@ -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 diff --git a/collectd.changes b/collectd.changes index a0df7d8..24de540 100644 --- a/collectd.changes +++ b/collectd.changes @@ -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 + for reporting + ------------------------------------------------------------------- Sun Feb 19 17:04:32 UTC 2012 - pascal.bleser@opensuse.org