diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2014-08-31 20:14:21 +0200 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2014-08-31 20:14:21 +0200 | 
| commit | f328bff5db575d8ac48d4bb13890dcf8d74c7270 (patch) | |
| tree | a0b0c71c505816fc08cc1fb1234a9ba21e5b78e6 | |
| parent | cd3dfc4ff929fd2b2a7a26c301c3211de3117b0b (diff) | |
| download | sitesummary-f328bff5db575d8ac48d4bb13890dcf8d74c7270.tar.gz sitesummary-f328bff5db575d8ac48d4bb13890dcf8d74c7270.tar.bz2 sitesummary-f328bff5db575d8ac48d4bb13890dcf8d74c7270.tar.xz  | |
Try to enable the cgi apache module before the sitesummary configuration, in case that help with bug #760084.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/sitesummary.postinst | 2 | 
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9aaf719..b62e296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.1.15) UNRELEASED; urgency=low + +  * Try to enable the cgi apache module before the sitesummary +    configuration, in case that help with bug #760084. + + -- Petter Reinholdtsen <pere@debian.org>  Sun, 31 Aug 2014 20:11:21 +0200 +  sitesummary (0.1.14) unstable; urgency=low    * Update Vcs-Browser link to the new cgit interface. diff --git a/debian/sitesummary.postinst b/debian/sitesummary.postinst index a108559..c1dfaec 100644 --- a/debian/sitesummary.postinst +++ b/debian/sitesummary.postinst @@ -45,8 +45,8 @@ case "$1" in  	if [ -z "$2" ] && \  	    [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then  	    . /usr/share/apache2/apache2-maintscript-helper -	    apache2_invoke enconf sitesummary.conf  	    apache2_invoke enmod cgi.load +	    apache2_invoke enconf sitesummary.conf  	fi          # Make sure the cgi script can write to the storage area  | 
