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