Merge "Remove option for apache < 2.4"
This commit is contained in:
@@ -7,9 +7,7 @@ Listen %PUBLICPORT%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
AllowEncodedSlashes On
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
</IfVersion>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
ErrorLog /var/log/%APACHE_NAME%/heat_api_cfn.log
|
||||
CustomLog /var/log/%APACHE_NAME%/heat_api_cfn_access.log combined
|
||||
%SSLENGINE%
|
||||
@@ -17,12 +15,6 @@ Listen %PUBLICPORT%
|
||||
%SSLKEYFILE%
|
||||
|
||||
<Directory %HEAT_BIN_DIR%>
|
||||
<IfVersion >= 2.4>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
<IfVersion < 2.4>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
@@ -7,9 +7,7 @@ Listen %PUBLICPORT%
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGIPassAuthorization On
|
||||
AllowEncodedSlashes On
|
||||
<IfVersion >= 2.4>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
</IfVersion>
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
ErrorLog /var/log/%APACHE_NAME%/heat_api.log
|
||||
CustomLog /var/log/%APACHE_NAME%/heat_api_access.log combined
|
||||
%SSLENGINE%
|
||||
@@ -17,12 +15,6 @@ Listen %PUBLICPORT%
|
||||
%SSLKEYFILE%
|
||||
|
||||
<Directory %HEAT_BIN_DIR%>
|
||||
<IfVersion >= 2.4>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
<IfVersion < 2.4>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
|
Reference in New Issue
Block a user