diff options
-rw-r--r-- | apache.conf | 6 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/apache.conf b/apache.conf index 262d525..4938b51 100644 --- a/apache.conf +++ b/apache.conf @@ -10,8 +10,8 @@ ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/lib/cgi-bin/sitesummary-coll AllowOverride None Options +SymLinksIfOwnerMatch -MultiViews - # allow only localhost per default + # everyone have access Order deny,allow - Deny from all - Allow from 127.0.0.1 + Deny from none + Allow from all </Directory> diff --git a/debian/changelog b/debian/changelog index c3498bf..bda4145 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sitesummary (0.0.30) unstable; urgency=low + + * Change default apache setup to allow everyone read access to + /sitesummary/ instead of only localhost, as the default report do + not include very sensible information. + + -- Petter Reinholdtsen <pere@debian.org> Sun, 4 Nov 2007 13:41:11 +0100 + sitesummary (0.0.29) unstable; urgency=low * Add get_hostclass() to the SiteSummary perl module API. |