From c793117d4428f3b8810f5745a30a7f855e58c2c6 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Mon, 27 Apr 2009 19:54:25 +0000 Subject: [PATCH] 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 --- 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 8fea0feaf3..49668d7c14 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 013100d733..eb385781f2 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.40.0