patch-sample-config_httpd_conf_in 459 B

1234567891011121314151617
  1. $OpenBSD: patch-sample-config_httpd_conf_in,v 1.2 2016/05/17 07:13:42 kirby Exp $
  2. Use Apache 2.4 syntax
  3. --- sample-config/httpd.conf.in.orig Sat Jan 3 16:09:06 2015
  4. +++ sample-config/httpd.conf.in Mon May 16 13:58:22 2016
  5. @@ -4,8 +4,7 @@ Alias @BASE_URL@ "@datarootdir@"
  6. <Directory "@datarootdir@">
  7. AllowOverride None
  8. - Order allow,deny
  9. - Allow from all
  10. + Require all granted
  11. #
  12. # Use the same value as defined in nagios.conf
  13. #