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:
parent
2016285e71
commit
77cae247c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user