From b0e6a91293d866d66b0188859ec28fd35e670166 Mon Sep 17 00:00:00 2001 From: Paul Andersen Date: Mon, 11 Feb 2002 22:09:47 +0000 Subject: [PATCH] Few more clean ups. Show the LoadModule statement in case it is missing from the apache dist conf file. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70062 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index ffa43c7804..b60240c2c1 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -48,14 +48,21 @@ you prefer this file in another location, use --with-config-file-path=/path in step 8. -12. Edit your httpd.conf or srm.conf file and check this line is not - commented: +12. Edit your httpd.conf or srm.conf file and check that these lines are + present and not commented out: AddType application/x-httpd-php .php + + LoadModule php4_module libexec/libphp4.so You can choose any extension you wish here. .php is simply the one we suggest. You can even include .html, and .php3 can be added for backwards compatibility. + + The path on the right hand side of the LoadModule statement must point + to the path of the PHP module on your system. The above statement is + correct for the steps shown above. + 13. Use your normal procedure for starting the Apache server. (You must stop and restart the server, not just cause the server to reload by