[PHP-DOC] cvs: phpdoc /en/chapters install.xml From: Ron Chmara (ron <email protected>)
Date: 03/22/01

ronabop Wed Mar 21 22:42:12 2001 EDT

  Modified files:
    /phpdoc/en/chapters install.xml
  Log:
  Typo; and explicitly using stop/start instead to guarantee restarts (not -HUP or USR1)
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.47 phpdoc/en/chapters/install.xml:1.48
--- phpdoc/en/chapters/install.xml:1.47 Tue Mar 20 19:27:23 2001
+++ phpdoc/en/chapters/install.xml Wed Mar 21 22:42:12 2001
@@ -3407,7 +3407,7 @@
      </example>
 
      <para>
- Depending on your Apache install and Unix veriant, there are many
+ Depending on your Apache install and Unix variant, there are many
       possible ways to stop and restart the server. Below are some typical
       lines used in restarting the server, for different apache/unix
       installations. You should replace <literal>/path/to/</literal> with
@@ -3418,10 +3418,12 @@
 /etc/rc.d/init.d/httpd restart
 
 2. Using apachectl scripts:
-/path/to/apachectl restart
+/path/to/apachectl stop
+/path/to/apachectl start
 
 3. httpdctl and httpsdctl (Using OpenSSL), similar to apachectl:
-/path/to/httpsdctl restart
+/path/to/httpsdctl stop
+/path/to/httpsdctl start
 
 4. Using mod_ssl, or another SSL server, you may want to manually
 stop and start: