alindeman Thu Mar 28 12:11:10 2002 EDT
Modified files:
/phpdoc/en/chapters install.apache.xml
Log:
typos and other picky stuff
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.8
phpdoc/en/chapters/install.apache.xml:1.9
--- phpdoc/en/chapters/install.apache.xml:1.8 Fri Feb 15 15:11:24 2002
+++ phpdoc/en/chapters/install.apache.xml Thu Mar 28 12:11:10 2002
@@ -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 @@
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 @@
<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 @@
<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>