From 1944a33985f356fddd635fed13f4a4f46927664e Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 7 Jul 2002 16:44:26 +0000 Subject: [PATCH] - fix #16290 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87960 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache.xml | 23 +++++++++++++++++------ chapters/install.configure.servers.xml | 8 +++++--- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index f4de519a11..3167d318c4 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -189,14 +189,25 @@ stop and start: 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. - + + + + Make sure you specify the installed version of apxs when using --with-apxs=/path/to/apxs. + You must NOT use the apxs version that is in the apache sources but the one that is actually + installed on your system. + + Installing PHP on Windows with Apache 1.3.x diff --git a/chapters/install.configure.servers.xml b/chapters/install.configure.servers.xml index 98ea5bbce5..7ba64a69e7 100644 --- a/chapters/install.configure.servers.xml +++ b/chapters/install.configure.servers.xml @@ -1,5 +1,5 @@ - + Server options @@ -20,7 +20,9 @@ Build shared Apache module. FILE is the optional pathname to the Apache - apxs tool; defaults to apxs. + apxs tool; defaults to apxs. Make sure you specify the version of apxs that + is actually installed on your system and NOT the one that is in the apache + source tarball. @@ -180,4 +182,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +-->