From 990eba423c373e183b9eaeb62546763d658a5b26 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Sat, 1 Feb 2014 16:08:43 -0500 Subject: [PATCH] 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 --- doc/install-guide/section_dashboard-install.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/install-guide/section_dashboard-install.xml b/doc/install-guide/section_dashboard-install.xml index e12172fddd..84d5a565d8 100644 --- a/doc/install-guide/section_dashboard-install.xml +++ b/doc/install-guide/section_dashboard-install.xml @@ -162,6 +162,13 @@ explained in . + + + Ensure that the SELinux policy of the system is configured to + allow network connections to the HTTP server. + + # setsebool httpd_can_network_connect on + Start the Apache web server and memcached: # service apache2 start