From 308e4471654fe7eb0536cadccfa98daa404b6a43 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 31 Jan 2003 20:58:47 +0000 Subject: [PATCH] - some typos fixed: no ISAPI with apache - changed note to warning, to get users pay more attention to ClearModule git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114184 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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