Adding note about Apache 1.3.22 Win and ClearModuleList

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-10-16 17:42:39 +00:00
parent af520ccb50
commit 2f93bd398b

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.85 $ -->
<!-- $Revision: 1.86 $ -->
<chapter id="installation">
<title>Installation</title>
@ -4109,6 +4109,18 @@ stop and start:
</itemizedlist>
</para>
<note>
<simpara>
In Apache 1.3.22 for Windows, the default configuration file
(<filename>httpd.conf-dist-win</filename>) has
a <literal>ClearModuleList</literal> directive included
by default. If this directive is used, it is required
to put an <literal>AddModule mod_php4.c</literal> to
the <literal>AddModule</literal> list, as else PHP will
not be registered as an Apache module.
</simpara>
</note>
<simpara>
To use the source code highlighting feature, simply create a PHP
script file and stick this code in: <literal>&lt;?php show_source