From b7a07cfdce29f2d45a2d99e82b96e9cba2d3dd04 Mon Sep 17 00:00:00 2001
From: Eric Covener
You can tell a running Apache to stop by opening another console +
If Apache is running as a service, you can tell it to stop by opening another console window and entering:
This should be preferred over pressing Control-C because this - lets Apache end any current operations and clean up gracefully.
+Running as a service should be preferred over running in a + console window because this lets Apache end any current operations + and clean up gracefully.
+ +But if the server is running in a console window, you can + only stop it by pressing Control-C in the same window.
You can also tell Apache to restart. This forces it to reread the configuration file. Any operations in progress are allowed to @@ -565,7 +569,7 @@ httpd.exe -k restart -
in any other console window.
+if the server is running as a service.
kill -TERM
--
2.47.3