From 83d741be7716022790bfc6a770434fdff45d9cff Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Fri, 15 Feb 2002 20:11:24 +0000 Subject: [PATCH] fixing bug #15239 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70314 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index b60240c2c1..c66b25217b 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -185,9 +185,19 @@ stop and start: load and run faster. For more information, see the Apache webpage on DSO support. + + + 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. + + - - Installing PHP on Windows with Apache 1.3.x