git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70314 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Nohn 2002-02-15 20:11:24 +00:00
parent 50aa78f2b0
commit 83d741be77

View file

@ -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 @@ stop and start:
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>