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 +-->