From 74e12503ad464eb43adc83ad6be5b30ab3fcd803 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 31 Jan 2003 12:31:26 +0000 Subject: [PATCH] some user notes incorporated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114099 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache2.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chapters/install.apache2.xml b/chapters/install.apache2.xml index 7d4627780c..7babfeb34b 100644 --- a/chapters/install.apache2.xml +++ b/chapters/install.apache2.xml @@ -1,5 +1,5 @@ - + Servers-Apache 2.0 @@ -216,7 +216,7 @@ Action application/x-httpd-php "/php/php.exe" PHP and Apache 2.0 as Module @@ -225,7 +225,10 @@ AddType application/x-httpd-php .php Remember to substitute the c:/php/ for your actual - path to PHP in the above examples. + path to PHP in the above examples. Take care to use + php4apache2.dll in your LoadModule directive and + notphp4apche.dll. The latter one + is designd to run with Apache 1.3.x.