You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/05/04 17:02:37 UTC

svn commit: r771328 - in /httpd/httpd/branches/2.2.x/docs/manual/platform: windows.html.en windows.xml

Author: rjung
Date: Mon May  4 15:02:36 2009
New Revision: 771328

URL: http://svn.apache.org/viewvc?rev=771328&view=rev
Log:
Add Ctrl-Break to Windows platform docs
(triggers restart for console use).

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en
    httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en?rev=771328&r1=771327&r2=771328&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en Mon May  4 15:02:36 2009
@@ -560,12 +560,16 @@
 
     <p>You can also tell Apache to restart. This forces it to reread
     the configuration file. Any operations in progress are allowed to
-    complete without interruption. To restart Apache, use:</p>
+    complete without interruption. To restart Apache, either press
+    Control-Break in the console window you used for starting Apache,
+    or enter</p>
 
     <div class="example"><p><code>
       httpd.exe -k restart
     </code></p></div>
 
+    <p>in any other console window.</p>
+
     <div class="note">Note for people familiar with the Unix version of Apache:
     these commands provide a Windows equivalent to <code>kill -TERM
     <em>pid</em></code> and <code>kill -USR1 <em>pid</em></code>. The

Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml?rev=771328&r1=771327&r2=771328&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml Mon May  4 15:02:36 2009
@@ -560,12 +560,16 @@
 
     <p>You can also tell Apache to restart. This forces it to reread
     the configuration file. Any operations in progress are allowed to
-    complete without interruption. To restart Apache, use:</p>
+    complete without interruption. To restart Apache, either press
+    Control-Break in the console window you used for starting Apache,
+    or enter</p>
 
     <example>
       httpd.exe -k restart
     </example>
 
+    <p>in any other console window.</p>
+
     <note>Note for people familiar with the Unix version of Apache:
     these commands provide a Windows equivalent to <code>kill -TERM
     <em>pid</em></code> and <code>kill -USR1 <em>pid</em></code>. The