Merge "Configure SELinux to allow HTTP network connection"

This commit is contained in:
Jenkins 2014-02-03 19:35:07 +00:00 committed by Gerrit Code Review
commit 96d215002f

View File

@ -162,6 +162,13 @@
explained in <xref
linkend="dashboard-session-database"/>.</para>
</step>
<step os="centos;fedora;rhel">
<para>
Ensure that the SELinux policy of the system is configured to
allow network connections to the HTTP server.
</para>
<screen><prompt>#</prompt> <userinput>setsebool httpd_can_network_connect on</userinput></screen>
</step>
<step>
<para>Start the Apache web server and memcached:</para>
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>service apache2 start</userinput>