]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add Ctrl-Break to docs (trigger restart for
authorRainer Jung <rjung@apache.org>
Mon, 27 Apr 2009 19:54:25 +0000 (19:54 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 27 Apr 2009 19:54:25 +0000 (19:54 +0000)
console use).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@769134 13f79535-47bb-0310-9956-ffa450edef68

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

index 8fea0feaf3eeeee38c7a76e688cdbf7c2e951424..49668d7c148be8d5ff63128b487457be3c1a16ea 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 013100d733167677c243946d58951faadd7c7606..eb385781f2146200bfae135e48475600110e23d2 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