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