mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
af520ccb50
commit
2f93bd398b
1 changed files with 13 additions and 1 deletions
|
@ -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><?php show_source
|
||||
|
|
Loading…
Reference in a new issue