From: Rainer Jung
Date: Mon, 4 May 2009 15:02:36 +0000 (+0000)
Subject: Add Ctrl-Break to Windows platform docs
X-Git-Tag: 2.2.12~148
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5644848d379dbf93272042dc181c0df550ac2fe9;p=thirdparty%2Fapache%2Fhttpd.git
Add Ctrl-Break to Windows platform docs
(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
---
diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en
index 99e7c1cf2d3..dc82d19ab97 100644
--- a/docs/manual/platform/windows.html.en
+++ b/docs/manual/platform/windows.html.en
@@ -560,12 +560,16 @@
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:
+ complete without interruption. To restart Apache, either press
+ Control-Break in the console window you used for starting Apache,
+ or enter
+ in any other console window.
+
Note for people familiar with the Unix version of Apache:
these commands provide a Windows equivalent to
kill -TERM
pid
and
kill -USR1 pid
. The
diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml
index 72a114083b0..9dd416c8384 100644
--- a/docs/manual/platform/windows.xml
+++ b/docs/manual/platform/windows.xml
@@ -560,12 +560,16 @@
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:
+ complete without interruption. To restart Apache, either press
+ Control-Break in the console window you used for starting Apache,
+ or enter
httpd.exe -k restart
+
in any other console window.
+
Note for people familiar with the Unix version of Apache:
these commands provide a Windows equivalent to kill -TERM
pid
and kill -USR1 pid
. The