[debian-edu-commits] debian-edu/ 02/02: Adjust cf/cf.apache2: Restarting apache2 is needed after enabling cgi.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Aug 22 09:14:25 UTC 2016


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

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 3bf714a3f4b60bc18a3b0b0768390d3359a116a0
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Aug 22 11:13:59 2016 +0200

    Adjust cf/cf.apache2: Restarting apache2 is needed after enabling cgi.
---
 cf/cf.apache2    | 2 +-
 debian/changelog | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cf/cf.apache2 b/cf/cf.apache2
index cdc0c73..5e0d20c 100644
--- a/cf/cf.apache2
+++ b/cf/cf.apache2
@@ -20,5 +20,5 @@ shellcommands:
       # Disable the stock debian sitefile
       "/usr/sbin/a2dissite 000-default.conf"
       # Reload apache2 for changes to take effect
-      "/usr/sbin/invoke-rc.d apache2 force-reload"
+      "/usr/sbin/service apache2 restart"
 
diff --git a/debian/changelog b/debian/changelog
index cd7fad6..21606ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ debian-edu-config (1.909) UNRELEASED; urgency=medium
   * cf/cf.squid: Reconfigure squid. This is needed if squid has already been
     started using the default configuration; a cache dir isn't used in this
     case, storage uses memory. The reconfiguration initializes the cache_dir.
+  * Adjust cf/cf.apache2: Restarting apache2 is needed after enabling cgi.
 
  -- Holger Levsen <holger at debian.org>  Fri, 19 Aug 2016 12:46:37 +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