Merge "Configure SELinux to allow HTTP network connection"
This commit is contained in:
commit
96d215002f
@ -162,6 +162,13 @@
|
|||||||
explained in <xref
|
explained in <xref
|
||||||
linkend="dashboard-session-database"/>.</para>
|
linkend="dashboard-session-database"/>.</para>
|
||||||
</step>
|
</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>
|
<step>
|
||||||
<para>Start the Apache web server and memcached:</para>
|
<para>Start the Apache web server and memcached:</para>
|
||||||
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>service apache2 start</userinput>
|
<screen os="opensuse;sles"><prompt>#</prompt> <userinput>service apache2 start</userinput>
|
||||||
|
Loading…
Reference in New Issue
Block a user