[debian-edu-commits] debian-edu/upstream/ 01/02: Try to enable the cgi apache module before the sitesummary configuration, in case that help with bug #760084.

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Aug 31 18:16:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository sitesummary.

commit f328bff5db575d8ac48d4bb13890dcf8d74c7270
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Aug 31 20:14:21 2014 +0200

    Try to enable the cgi apache module before the sitesummary configuration, in case that help with bug #760084.
---
 debian/changelog            | 7 +++++++
 debian/sitesummary.postinst | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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 at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git



More information about the debian-edu-commits mailing list