diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-08-24 15:19:16 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-08-24 15:19:16 +0200 |
commit | 9546f699d19b3e565c0e40b136f892bcfad82503 (patch) | |
tree | d37c87ea2a212bf24b5f866b6e650e55193e4f59 | |
parent | 8076a9fac9dd67438f25e7e3aaf523bf4c9fa4c2 (diff) | |
download | sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.gz sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.bz2 sitesummary-9546f699d19b3e565c0e40b136f892bcfad82503.tar.xz |
Drop redundant ScriptAlias line from apache configuration to avoid error from apache during installation of the sitesummary package.
-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 |