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 + #