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
This commit is contained in:
Lucas Alvares Gomes 2016-08-03 11:20:29 +01:00
parent 863ffe984c
commit bacc872b72
1 changed files with 3 additions and 0 deletions

View File

@ -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::