From: Rainer Jung
Date: Mon, 27 Apr 2009 19:54:25 +0000 (+0000)
Subject: Add Ctrl-Break to docs (trigger restart for
X-Git-Tag: 2.3.3~685
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c793117d4428f3b8810f5745a30a7f855e58c2c6;p=thirdparty%2Fapache%2Fhttpd.git
Add Ctrl-Break to docs (trigger restart for
console use).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@769134 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en
index 8fea0feaf3e..49668d7c148 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 013100d7331..eb385781f21 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