[Pkg-nagios-devel] Bug#762096: nagios3-cgi: apache2.conf not compatible with apache 2.4.10
Wojciech Nizinski
niziak-reportbug at spox.org
Thu Sep 18 12:05:08 UTC 2014
Package: nagios3-cgi
Version: 3.5.1.dfsg-1
Severity: grave
Justification: renders package unusable
Please adapt apache2.conf to be compatible with modern apache:
diff -r 2bfd0d250ae1 nagios3/apache2.conf
--- a/nagios3/apache2.conf Wed Sep 17 20:25:29 2014 +0200
+++ b/nagios3/apache2.conf Thu Sep 18 14:02:40 2014 +0200
@@ -33,8 +33,15 @@
DirectoryIndex index.php index.html
AllowOverride AuthConfig
- Order Allow,Deny
- Allow From All
+
+ <IfVersion < 2.3>
+ Order Allow,Deny
+ Allow From All
+ </IfVersion>
+
+ <IfVersion >= 2.3>
+ Require all denied
+ </IfVersion>
AuthName "Nagios Access"
AuthType Basic
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages nagios3-cgi depends on:
ii adduser 3.113+nmu3
ii apache2-utils 2.4.10-1
ii coreutils 8.23-2
ii debconf [debconf-2.0] 1.5.53
ii libapache2-mod-php5 5.6.0+dfsg-1
ii libc6 2.19-11
ii libgd3 2.1.0-4
ii libjpeg8 8d1-1
ii libjs-jquery 1.7.2+dfsg-3.2
ii libpng12-0 1.2.50-2
ii nagios3-common 3.5.1.dfsg-1
ii php5 5.6.0+dfsg-1
ii php5-cgi 5.6.0+dfsg-1
ii ucf 3.0030
ii zlib1g 1:1.2.8.dfsg-1
Versions of packages nagios3-cgi recommends:
ii apache2 2.4.10-1
ii apache2-bin [httpd] 2.4.10-1
ii apache2-mpm-itk [httpd] 2.4.10-1
ii nagios-images 0.8
nagios3-cgi suggests no packages.
-- debconf information excluded
More information about the Pkg-nagios-devel
mailing list