nohn Fri Feb 15 15:11:24 2002 EDT
Modified files:
/phpdoc/en/chapters install.apache.xml
Log:
fixing bug #15239
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.7
phpdoc/en/chapters/install.apache.xml:1.8
--- phpdoc/en/chapters/install.apache.xml:1.7 Mon Feb 11 17:09:47 2002
+++ phpdoc/en/chapters/install.apache.xml Fri Feb 15 15:11:24 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<sect1 id="install.apache">
<title>Servers-Apache</title>
<para>
@@ -185,9 +185,19 @@
load and run faster. For more information, see the Apache
<ulink url="&url.apachedso;">webpage on DSO support</ulink>.
</para>
+ <note>
+ <simpara>
+ Apache's default http.conf currently ships with a section that looks
+ like this:
+
+ User nobody
+ Group "#-1"
+
+ Unless you change that to "Group nogroup" or something like that ("Group
+daemon" is
+ also very common) PHP will not be able to open files.
+ </simpara>
+ </note>
</sect2>
-
-
<sect2 id="install.apache.windows">
<title>Installing PHP on Windows with Apache 1.3.x</title>