Package: nagios3
Version: 3.4.1-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu saucy ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* d/nagios3-cgi.postinst: Enable cgi module for compatibility with
apache 2.4 (LP: #1231901).
In apache 2.4, the mpm-worker is now enabled as a module; but the cgi module
is no longer enabled by default. This fix enables the cgi module explicilty
for nagios3.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers saucy-updates
APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'),
(100, 'saucy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.11.0-9-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
=== modified file 'debian/nagios3-cgi.postinst'
--- debian/nagios3-cgi.postinst 2013-07-21 12:02:14 +0000
+++ debian/nagios3-cgi.postinst 2013-10-02 11:14:51 +0000
@@ -54,6 +54,7 @@
if [ -e /usr/share/apache2/apache2-maintscript-helper ]; then
. /usr/share/apache2/apache2-maintscript-helper
+ apache2_invoke enmod cgi
apache2_invoke enconf nagios3
# remove OLD Apache 2.2 link