[Pkg-nagios-changes] [pkg-icinga2] 01/01: Fix support for Apache 2.4

Gunnar Beutner shroud-guest at moszumanska.debian.org
Mon Dec 1 09:20:56 UTC 2014


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

shroud-guest pushed a commit to branch master
in repository pkg-icinga2.

commit c3d13b5efdb7a008bd01bb9595a62a5c8c809ee4
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date:   Mon Dec 1 10:16:00 2014 +0100

    Fix support for Apache 2.4
---
 debian/classicui/apache2.conf | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/classicui/apache2.conf b/debian/classicui/apache2.conf
index da93573..1375924 100644
--- a/debian/classicui/apache2.conf
+++ b/debian/classicui/apache2.conf
@@ -19,14 +19,14 @@ Alias /icinga2-classicui /usr/share/icinga2/classicui
 
 	AllowOverride AuthConfig
 
-    <IfVersion < 2.3>
-        Order Allow,Deny
-        Allow From All
-    </IfVersion>
-
-    <IfVersion >= 2.3>
-        Require all denied
-    </IfVersion>
+	<IfVersion < 2.3>
+		Order Allow,Deny
+		Allow From All
+	</IfVersion>
+
+	<IfVersion >= 2.3>
+		Require all granted
+	</IfVersion>
 
 	AuthName "Icinga Access"
 	AuthType Basic

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git



More information about the Pkg-nagios-changes mailing list