[PHP-DOC] cvs: phpdoc /en/chapters install.apache.xml From: Dallas Thunder (dalasthunder <email protected>)
Date: 09/15/02

dallas Sun Sep 15 19:44:47 2002 EDT

  Modified files:
    /phpdoc/en/chapters install.apache.xml
  Log:
  Small line number fixes.
  
  
Index: phpdoc/en/chapters/install.apache.xml
diff -u phpdoc/en/chapters/install.apache.xml:1.12 phpdoc/en/chapters/install.apache.xml:1.13
--- phpdoc/en/chapters/install.apache.xml:1.12 Sun Jul 7 14:26:02 2002
+++ phpdoc/en/chapters/install.apache.xml Sun Sep 15 19:44:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
   <sect1 id="install.apache">
    <title>Servers-Apache</title>
    <para>
@@ -11,7 +11,7 @@
     <title>Details of installing PHP with Apache on Unix</title>
     <para>
      You can select arguments to add to the
- <command>configure</command> on line 8 below from the <link
+ <command>configure</command> on line 10 below from the <link
      linkend="install.configure">Complete list of configure
      options</link>. 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.)
 ]]>

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