diff options
-rw-r--r-- | apache.conf | 1 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/apache.conf b/apache.conf index 9d5859a..45193e7 100644 --- a/apache.conf +++ b/apache.conf @@ -4,7 +4,6 @@ # Alias /sitesummary /var/lib/sitesummary/www -ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/lib/cgi-bin/sitesummary-collector.cgi <Directory /var/lib/sitesummary/www> AllowOverride None diff --git a/debian/changelog b/debian/changelog index d7f863b..4ba1c02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.1.13) UNRELEASED; urgency=low + + * Drop redundant ScriptAlias line from apache configuration to avoid + error from apache during installation of the sitesummary package. + + -- Petter Reinholdtsen <pere@debian.org> Sun, 24 Aug 2014 15:04:09 +0200 + sitesummary (0.1.12) unstable; urgency=high * Adjust Apache configuration, use 'Require all granted' instead of |