From 77cae247c916940f7e2287829c37b800d6d28bd7 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 17 Sep 2015 14:25:42 -0700 Subject: [PATCH] Add "Satisfy any" to default vhost template This is needed for Apache 2.4, and is compatible with 2.2. Change-Id: I5c8243c0031e295b5d88a21ac05f7a467beefa33 --- templates/vhost-default.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/vhost-default.conf.erb b/templates/vhost-default.conf.erb index e9d2d77..fdc8336 100644 --- a/templates/vhost-default.conf.erb +++ b/templates/vhost-default.conf.erb @@ -17,6 +17,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> AllowOverride None Order allow,deny allow from all + Satisfy any ErrorLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_error.log LogLevel warn