Configure SELinux to allow HTTP network connection

SELinux requires the httpd_can_network_connect boolean to be set to
allow network connections to the HTTP server.

Change-Id: I07c1a9b94af9e986b63aebdeb0644822d6b7ef3e
Closes-Bug: #1272100
This commit is contained in:
Stephen Gordon 2014-02-01 16:08:43 -05:00
parent 6bee41c051
commit 990eba423c

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>