summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-07-08 14:45:29 +0000
committerMark Spruiell <mes@zeroc.com>2006-07-08 14:45:29 +0000
commit2ff8b25618db20e4d6738efe3ecda930438960dc (patch)
tree4f6380abf47c76480f64dcfc985e545ccfbcf2d6 /cpp
parentfix for bug 810: SELinux (diff)
downloadice-2ff8b25618db20e4d6738efe3ecda930438960dc.tar.bz2
ice-2ff8b25618db20e4d6738efe3ecda930438960dc.tar.xz
ice-2ff8b25618db20e4d6738efe3ecda930438960dc.zip
fix for bug 810: SELinux & PHP
Diffstat (limited to 'cpp')
-rw-r--r--cpp/install/unix/README.Linux15
-rw-r--r--cpp/install/unix/README.Linux-RPM15
2 files changed, 30 insertions, 0 deletions
diff --git a/cpp/install/unix/README.Linux b/cpp/install/unix/README.Linux
index 4863401ae4c..73fbc926402 100644
--- a/cpp/install/unix/README.Linux
+++ b/cpp/install/unix/README.Linux
@@ -220,6 +220,21 @@ You can verify that the Ice extension is installed properly by
examining the output of the "php -m" command, or by calling the
phpinfo() function from a script.
+SELinux Note:
+
+By default, the security restrictions in "Security Enhanced Linux"
+(SELinux) prevent an IcePHP script from connecting to an Ice server on
+the Web server host. With sufficient privileges, you can modify the
+security policies on your system to relax this restriction for the
+Web server daemon, or you can temporarily change SELinux to
+"permissive" mode with the following command:
+
+# setenforce 0
+
+See this FAQ for more information on SELinux:
+
+http://fedora.redhat.com/docs/selinux-faq/
+
======================================================================
Using the IceGrid Administrative Console
diff --git a/cpp/install/unix/README.Linux-RPM b/cpp/install/unix/README.Linux-RPM
index 66b0bd4548a..cca98f32c5f 100644
--- a/cpp/install/unix/README.Linux-RPM
+++ b/cpp/install/unix/README.Linux-RPM
@@ -135,6 +135,21 @@ You can verify that the Ice extension is installed properly by
examining the output of the "php -m" command, or by calling the
phpinfo() function from a script.
+SELinux Note:
+
+By default, the security restrictions in "Security Enhanced Linux"
+(SELinux) prevent an IcePHP script from connecting to an Ice server on
+the Web server host. With sufficient privileges, you can modify the
+security policies on your system to relax this restriction for the
+Web server daemon, or you can temporarily change SELinux to
+"permissive" mode with the following command:
+
+# setenforce 0
+
+See this FAQ for more information on SELinux:
+
+http://fedora.redhat.com/docs/selinux-faq/
+
======================================================================
Using the IceGrid Administrative Console