Add Apache 2.4 syntax for static.o.o
Change-Id: I0d5375ca3e64f846b4625175a6a73a66605015cd
This commit is contained in:
@@ -26,18 +26,16 @@
|
|||||||
<Directory <%= dirname %>>
|
<Directory <%= dirname %>>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
|
||||||
allow from all
|
|
||||||
Satisfy Any
|
Satisfy Any
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
<Directory <%= @docroot %>>
|
<Directory <%= @docroot %>>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
|
||||||
allow from all
|
|
||||||
Satisfy Any
|
Satisfy Any
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
@@ -65,9 +63,8 @@
|
|||||||
<Directory <%= @docroot %>>
|
<Directory <%= @docroot %>>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
|
||||||
allow from all
|
|
||||||
Satisfy Any
|
Satisfy Any
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
||||||
|
|||||||
@@ -36,9 +36,8 @@
|
|||||||
<Directory <%= @docroot %>>
|
<Directory <%= @docroot %>>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
|
||||||
allow from all
|
|
||||||
Satisfy Any
|
Satisfy Any
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
ErrorLog /var/log/apache2/<%= @vhost_name %>_error.log
|
||||||
|
|||||||
Reference in New Issue
Block a user