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