mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- fix #16290
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87960 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
885f88f7ea
commit
1944a33985
2 changed files with 22 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -189,14 +189,25 @@ stop and start:
|
|||
<simpara>
|
||||
Apache's default http.conf currently ships with a section that looks
|
||||
like this:
|
||||
|
||||
User nobody
|
||||
Group "#-1"
|
||||
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
User nobody
|
||||
Group "#-1"
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
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>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
<sect2 id="install.apache.windows">
|
||||
<title>Installing PHP on Windows with Apache 1.3.x</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<sect3 id="install.configure.options.servers">
|
||||
<title>Server options</title>
|
||||
<variablelist>
|
||||
|
@ -20,7 +20,9 @@
|
|||
<listitem>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -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
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue