diff --git a/etc/heat/httpd/heat-api-cfn.conf b/etc/heat/httpd/heat-api-cfn.conf index 0359c80c10..02ed615758 100644 --- a/etc/heat/httpd/heat-api-cfn.conf +++ b/etc/heat/httpd/heat-api-cfn.conf @@ -7,9 +7,7 @@ Listen %PUBLICPORT% WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On AllowEncodedSlashes On - = 2.4> - ErrorLogFormat "%{cu}t %M" - + 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% - = 2.4> - Require all granted - - - Order allow,deny - Allow from all - + Require all granted diff --git a/etc/heat/httpd/heat-api.conf b/etc/heat/httpd/heat-api.conf index 877ad5918b..6125eb619a 100644 --- a/etc/heat/httpd/heat-api.conf +++ b/etc/heat/httpd/heat-api.conf @@ -7,9 +7,7 @@ Listen %PUBLICPORT% WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On AllowEncodedSlashes On - = 2.4> - ErrorLogFormat "%{cu}t %M" - + 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% - = 2.4> - Require all granted - - - Order allow,deny - Allow from all - + Require all granted