From 0e47f08c694e6560db1b5b9a9ce2d5b78e9fa286 Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Jul 03 2013 08:58:24 +0000 Subject: Added missing httpd24 patch. --- diff --git a/pnp4nagios-httpd24.patch b/pnp4nagios-httpd24.patch new file mode 100644 index 0000000..84e345a --- /dev/null +++ b/pnp4nagios-httpd24.patch @@ -0,0 +1,25 @@ +diff -urN pnp4nagios-0.6.21/sample-config/httpd.conf.in pnp4nagios-0.6.21.httpd24/sample-config/httpd.conf.in +--- pnp4nagios-0.6.21/sample-config/httpd.conf.in 2013-03-24 17:25:56.000000000 +0100 ++++ pnp4nagios-0.6.21.httpd24/sample-config/httpd.conf.in 2013-07-03 09:32:06.852570024 +0200 +@@ -4,8 +4,19 @@ + + + AllowOverride None +- Order allow,deny +- Allow from all ++ ++ # Apache 2.4 ++ ++ Require all granted ++ Require valid-user ++ ++ ++ ++ # Apache 2.2 ++ Order allow,deny ++ Allow from all ++ Require valid-user ++ + # + # Use the same value as defined in nagios.conf + #