From 5644848d379dbf93272042dc181c0df550ac2fe9 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Mon, 4 May 2009 15:02:36 +0000 Subject: [PATCH] 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 --- docs/manual/platform/windows.html.en | 6 +++++- docs/manual/platform/windows.xml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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

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 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 -- 2.47.2