From 5644848d379dbf93272042dc181c0df550ac2fe9 Mon Sep 17 00:00:00 2001
From: Rainer Jung 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:
httpd.exe -k restart
in any other console window.
+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 enterin any other console window.
+kill -TERM
pid
and kill -USR1 pid
. The
--
2.47.2