diff --git a/chapters/install.apache.xml b/chapters/install.apache.xml index ea78517880..93da3ce151 100644 --- a/chapters/install.apache.xml +++ b/chapters/install.apache.xml @@ -1,5 +1,5 @@ - + Servers-Apache @@ -283,8 +283,8 @@ Group "#-1" be sure to move php4ts.dll to the windows/system (for Windows 9x/Me) or winnt/system32 (for Windows NT/2000/XP) directory, overwriting any older file. - Then you should add the following two lines to you Apache - conf file: + Then you should add the following two lines to your Apache + httpd.conf file: @@ -311,7 +311,7 @@ Group "#-1" as a Windows Service, or use your regular shortcuts. - + You may find after using the windows installer for Apache that you need to define the AddModule @@ -321,17 +321,18 @@ Group "#-1" to the AddModule list, near the beginning of the configuration file. This is especially important if the ClearModuleList directive is defined. - Failure to do this may mean PHP will not be registered as an + Failure to do this may mean PHP will not be registered as an Apache module. - + - There are 2 ways you can use the source code highlighting feature, + There are two ways you can use the source code highlighting feature, however their ability to work depends on your installation. - If you have configured Apache to use PHP as an ISAPI module, then by - adding the following line to your configuration file you can use - this feature: AddType application/x-httpd-php-source .phps + If you have configured Apache to use PHP as an SAPI module, then by + adding the following line to your configuration file + (httpd.conf) you can use this feature: + AddType application/x-httpd-php-source .phps