Add "Satisfy any" to default vhost template

This is needed for Apache 2.4, and is compatible with 2.2.

Change-Id: I5c8243c0031e295b5d88a21ac05f7a467beefa33
This commit is contained in:
James E. Blair 2015-09-17 14:25:42 -07:00
parent 2016285e71
commit 77cae247c9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
AllowOverride None
Order allow,deny
allow from all
Satisfy any
</Directory>
ErrorLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_error.log
LogLevel warn