[debian-edu-commits] debian-edu/ 01/01: Add cfengine rule to enable apache module cgi and configuration sitesummary.conf on the server. Workaround for bug #760084.
Petter Reinholdtsen
pere at moszumanska.debian.org
Thu Sep 11 10:52:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-config.
commit ba36ad3456d6a6d54e2f724e66b457eba113f604
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Sep 11 12:52:27 2014 +0200
Add cfengine rule to enable apache module cgi and configuration sitesummary.conf on the server. Workaround for bug #760084.
---
cf/cf.apache2 | 3 +++
debian/changelog | 2 ++
2 files changed, 5 insertions(+)
diff --git a/cf/cf.apache2 b/cf/cf.apache2
index d1fa913..856a953 100644
--- a/cf/cf.apache2
+++ b/cf/cf.apache2
@@ -14,6 +14,9 @@ shellcommands:
"/usr/sbin/a2enconf debian-edu-config-doc.conf"
"/usr/sbin/a2ensite debian-edu-default.conf"
"/usr/sbin/a2ensite debian-edu-ssl-default.conf"
+ # Enable sitesummary with cgi
+ "/usr/sbin/a2enmod cgi"
+ "/usr/sbin/a2enconf sitesummary.conf"
# Disable the stock debian sitefile
"/usr/sbin/a2dissite default"
# Reload apache2 for changes to take effect
diff --git a/debian/changelog b/debian/changelog
index 071c555..0fd074c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debian-edu-config (1.727) UNRELEASED; urgency=low
* Remove apt-get-update-files-download script from source package.
Its purpose is better handled by unattended-upgrades, and it is not
included in the binary package.
+ * Add cfengine rule to enable apache module cgi and configuration
+ sitesummary.conf on the server. Workaround for bug #760084.
-- Petter Reinholdtsen <pere at debian.org> Wed, 10 Sep 2014 21:54:52 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list