diff --git a/doc/source/contributor/install/mod_wsgi.rst b/doc/source/contributor/install/mod_wsgi.rst index e3a1bd49f..16f68460f 100644 --- a/doc/source/contributor/install/mod_wsgi.rst +++ b/doc/source/contributor/install/mod_wsgi.rst @@ -31,9 +31,7 @@ You can then configure Apache with something like this:: WSGIProcessGroup aodh-api WSGIScriptAlias / /usr/lib/python2.7/dist-packages/aodh/api/app WSGIApplicationGroup %{GLOBAL} - = 2.4> - ErrorLogFormat "%{cu}t %M" - + ErrorLogFormat "%{cu}t %M" ErrorLog /var/log/httpd/aodh_error.log CustomLog /var/log/httpd/aodh_access.log combined