betz            Fri Jan 31 15:58:47 2003 EDT

  Modified files:              
    /phpdoc/en/chapters install.apache.xml 
  Log:
  - some typos fixed: no ISAPI with apache
  - changed note to warning, to get users pay more attention 
    to ClearModule
  
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.15 
phpdoc/en/chapters/install.apache.xml:1.16
--- phpdoc/en/chapters/install.apache.xml:1.15  Tue Nov 19 10:33:21 2002
+++ phpdoc/en/chapters/install.apache.xml       Fri Jan 31 15:58:47 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
   <sect1 id="install.apache">
    <title>Servers-Apache</title>
    <para>
@@ -283,8 +283,8 @@
      be sure to move <filename>php4ts.dll</filename> 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
+     <filename>httpd.conf</filename> file:
      <itemizedlist>
       <listitem>
        <simpara>
@@ -311,7 +311,7 @@
      as a Windows Service, or use your regular shortcuts.
     </simpara>
     
-    <note>
+    <warning>
      <simpara>
       You may find after using the windows installer for Apache
       that you need to define the <literal>AddModule</literal>
@@ -321,17 +321,18 @@
       to the <literal>AddModule</literal> list, near the beginning
       of the configuration file. This is especially important if
       the <literal>ClearModuleList</literal> 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.
      </simpara>
-    </note>
+    </warning>
     
     <simpara>
-     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: <literal>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
+     (<filename>httpd.conf</filename>) you can use this feature:
+     <literal>AddType application/x-httpd-php-source .phps
      </literal>
     </simpara>
     <simpara>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to