- some typos fixed: no ISAPI with apache

- changed note to warning, to get users pay more attention
  to ClearModule


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114184 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-01-31 20:58:47 +00:00
parent 166dc4bfb6
commit 308e447165

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<sect1 id="install.apache">
<title>Servers-Apache</title>
<para>
@ -283,8 +283,8 @@ Group "#-1"
be sure to move <filename>php4ts.dll</filename> to
the windows/system (for Windows 9x/Me) or winnt/system32
(for Windows NT/2000/XP) directory, overwriting any older file.
Then you should add the following two lines to you Apache
conf file:
Then you should add the following two lines to your Apache
<filename>httpd.conf</filename> file:
<itemizedlist>
<listitem>
<simpara>
@ -311,7 +311,7 @@ Group "#-1"
as a Windows Service, or use your regular shortcuts.
</simpara>
<note>
<warning>
<simpara>
You may find after using the windows installer for Apache
that you need to define the <literal>AddModule</literal>
@ -321,17 +321,18 @@ Group "#-1"
to the <literal>AddModule</literal> list, near the beginning
of the configuration file. This is especially important if
the <literal>ClearModuleList</literal> directive is defined.
Failure to do this may mean PHP will not be registered as an
Failure to do this may mean PHP will not be registered as an
Apache module.
</simpara>
</note>
</warning>
<simpara>
There are 2 ways you can use the source code highlighting feature,
There are two 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
adding the following line to your configuration file you can use
this feature: <literal>AddType application/x-httpd-php-source .phps
If you have configured Apache to use PHP as an SAPI module, then by
adding the following line to your configuration file
(<filename>httpd.conf</filename>) you can use this feature:
<literal>AddType application/x-httpd-php-source .phps
</literal>
</simpara>
<simpara>