From bacc872b72d18c344d20db1ead13fb6204a82ba7 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 3 Aug 2016 11:20:29 +0100 Subject: [PATCH] Extend the "configuring ironic-api behind mod_wsgi" guide The etc/apache2/ironic configuration have the logs file path pointing to /var/log/apache2/ which does not exist in the Red Hat systems (the equivalent is /var/log/httpd). This patch extend the documentation to point that out to the operator to look at these paths when setting up the ironic-api to run behing Apache mod_wsgi. Related-Bug: #1608252 Change-Id: I591748245af885eeb782df82eaa5f33e123f8e06 --- doc/source/deploy/install-guide.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index cf8804b238..4743f9de41 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -424,6 +424,9 @@ Bare Metal service comes with an example file for configuring the - Modify the ``Directory`` directive to set the path to the Ironic API code. + - Modify the ``ErrorLog`` and ``CustomLog`` to redirect the logs + to the right directory (on Red Hat systems this is usually under + /var/log/httpd). 4. Enable the apache ``ironic`` in site and reload::