]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add Ctrl-Break to Windows platform docs
authorRainer Jung <rjung@apache.org>
Mon, 4 May 2009 15:02:36 +0000 (15:02 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 4 May 2009 15:02:36 +0000 (15:02 +0000)
(triggers restart for console use).
Documentation backport of r769134 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@771328 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml

index 99e7c1cf2d384f71c74fac97007e1cd301c523cb..dc82d19ab97f22174d3c4d7e2a41daff234b686a 100644 (file)
 
     <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
index 72a114083b0e6e352ef76beb65d889e3046b10ca..9dd416c8384aa6f77ed29555748d9d525365f89d 100644 (file)
 
     <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