From 2f93bd398b992564d7bfb850820c901174a9a8b1 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 16 Oct 2001 17:42:39 +0000 Subject: [PATCH] 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 --- chapters/install.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/chapters/install.xml b/chapters/install.xml index 58dc34fe40..385a7443c3 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -4109,6 +4109,18 @@ stop and start: + + + In Apache 1.3.22 for Windows, the default configuration file + (httpd.conf-dist-win) has + a ClearModuleList directive included + by default. If this directive is used, it is required + to put an AddModule mod_php4.c to + the AddModule list, as else PHP will + not be registered as an Apache module. + + + To use the source code highlighting feature, simply create a PHP script file and stick this code in: <?php show_source