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