[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.9.0+dfsg1-1-8-g4d8b05d

Markus Frosch markus at lazyfrosch.de
Mon Jun 24 09:55:22 UTC 2013


The following commit has been merged in the master branch:
commit 4d8b05d5627b894e2f44b4b9b4218b57f34d47e5
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Mon Jun 24 11:37:00 2013 +0200

    Updated README.Debian with Apache2 changes

diff --git a/debian/icinga-web.README.Debian b/debian/icinga-web.README.Debian
index 935b774..263f4a6 100644
--- a/debian/icinga-web.README.Debian
+++ b/debian/icinga-web.README.Debian
@@ -3,6 +3,21 @@ icinga-web for Debian
 
 Notes:
 
+  * Apache2 configuration
+    due to changes introduced with Apache 2.4 the debconf setting which
+    webservers are enabled is now removed.
+
+    If you want to disable icinga-web in your webserver do the following:
+
+    Apache >= 2.4:
+     $ a2disconf icinga-web
+     $ service apache2 reload
+
+    Apache < 2.4:
+     $ rm /etc/apache2/conf.d/icinga-web.conf     # remove link
+     $ touch /etc/apache2/conf.d/icinga-web.conf  # create empty file
+     $ service apache2 reload
+
   * [Security Information]
     The Yahoo Interface library is used in Icinga Web to render certain
     pie charts, unfortunatly this causes problems due to a cross site
@@ -86,5 +101,5 @@ Notes:
     To achieve this run this command as root:
       /usr/lib/icinga-web/bin/clearcache.sh
 
- -- Markus Frosch <markus at lazyfrosch.de>  Wed, 8 May 2013 16:22:41 +0200
+ -- Markus Frosch <markus at lazyfrosch.de>  Mon, 24 Jun 2013 11:36:34 +0200
 

-- 
Debian packaging of icinga-web



More information about the Pkg-nagios-changes mailing list