diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index 460448c372..35ba8d9341 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -11,7 +11,7 @@ Details of installing PHP with Apache on Unix You can select arguments to add to the - configure on line 8 below from the configure on line 10 below from the Complete list of configure options. The version numbers have been omitted here, to ensure the instructions are not incorrect. You will need to replace @@ -42,13 +42,13 @@ restart apache for the new module to take effect. A recompile of Apache is not needed. -11. cp php.ini-dist /usr/local/lib/php.ini +13. cp php.ini-dist /usr/local/lib/php.ini You can edit your .ini file to set PHP options. If 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 that these lines are +14. 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 @@ -64,7 +64,7 @@ correct for the steps shown above. -13. Use your normal procedure for starting the Apache server. (You must +15. Use your normal procedure for starting the Apache server. (You must stop and restart the server, not just cause the server to reload by use a HUP or USR1 signal.) ]]>