mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos and other picky stuff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75636 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
512afd3c55
commit
fb25c365a4
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -13,7 +13,7 @@
|
|||
You can select arguments to add to the
|
||||
<command>configure</command> on line 8 below from the <link
|
||||
linkend="install.configure">Complete list of configure
|
||||
options</link>. The version numbers have been ommitted here, to
|
||||
options</link>. The version numbers have been omitted here, to
|
||||
ensure the instructions are not incorrect. You will need to replace
|
||||
the 'xxx' here with the correct values from your files.
|
||||
</para>
|
||||
|
@ -101,7 +101,7 @@ stop and start:
|
|||
The locations of the apachectl and http(s)dctl binaries often
|
||||
vary. If your system has <literal>locate</literal> or
|
||||
<literal>whereis</literal> or <literal>which</literal> commands,
|
||||
these can assist you in finding your server contrl programs.
|
||||
these can assist you in finding your server control programs.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -204,13 +204,13 @@ stop and start:
|
|||
<simpara>
|
||||
There are two ways to set up PHP to work with Apache 1.3.x
|
||||
on Windows. One is to use the CGI binary (php.exe),
|
||||
the other is to use the Apache module dll. In either case
|
||||
the other is to use the Apache module DLL. In either case
|
||||
you need to stop the Apache server, and edit your
|
||||
<filename>srm.conf</filename> or <filename>httpd.conf</filename>
|
||||
to configure Apache to work with PHP.
|
||||
</simpara>
|
||||
<simpara>
|
||||
It is worth noting here that now the sapi module has been
|
||||
It is worth noting here that now the SAPI module has been
|
||||
made more stable under windows, we recommend it's use above
|
||||
the CGI binary, since it is more transparent and secure.
|
||||
</simpara>
|
||||
|
@ -316,7 +316,7 @@ stop and start:
|
|||
<simpara>
|
||||
There are 2 ways you can use the source code highlighting feature,
|
||||
however their ability to work depends on your installation.
|
||||
If you have configured Apache to use PHP as an isapi module, then by
|
||||
If you have configured Apache to use PHP as an ISAPI module, then by
|
||||
adding the following line to your configuration file you can use
|
||||
this feature: <literal>AddType application/x-httpd-php-source .phps
|
||||
</literal>
|
||||
|
|
Loading…
Reference in a new issue