diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-03-27 10:14:35 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-03-27 10:14:35 -0500 |
commit | 43c038f84fb479d4b044866ddf112150d3dc07a5 (patch) | |
tree | f95e5cd8630981fb2e48bc0856c1f89814b938d7 | |
parent | f65546ba6b13590515a6ea1e20b883454f3d1e1d (diff) | |
download | bcfg2-43c038f84fb479d4b044866ddf112150d3dc07a5.tar.gz bcfg2-43c038f84fb479d4b044866ddf112150d3dc07a5.tar.bz2 bcfg2-43c038f84fb479d4b044866ddf112150d3dc07a5.zip |
doc: Warn about SELINUX issues
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/reports/dynamic.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt index 4c75cce32..07763922c 100644 --- a/doc/reports/dynamic.txt +++ b/doc/reports/dynamic.txt @@ -71,6 +71,15 @@ Apache configuration for web-based reports by adding a **web_prefix** setting in the [statistics] section of your ``bcfg2.conf``. +.. warning:: + + When running with SELINUX enabled, you can have potential problems + with the WSGISocketPrefix. One solution that works without too much + trouble is modifying your prefix so that it is located in a standard + location:: + + WSGISocketPrefix /var/run/httpd/wsgi + An example site config is included below:: <IfModule mod_wsgi.c> |