From: Eric Covener
While filenames are generally case-insensitive on Windows, URLs are still treated internally as case-sensitive @@ -376,7 +374,8 @@
If you need to specify the name of the service you want to install, use the following command. You have to do this if you have several different service installations of Apache on your - computer.
+ computer. If you specify a name during the install, you have to + also specify it during any other -k operation.
httpd.exe -k install -n "MyServiceName"
@@ -421,27 +420,27 @@
too. To start an installed Apache service you'll use this:
- httpd.exe -k start
+ httpd.exe -k start -n "MyServiceName"
To stop an Apache service via the command line switches, use this:
- httpd.exe -k stop
+ httpd.exe -k stop -n "MyServiceName"
or
- httpd.exe -k shutdown
+ httpd.exe -k shutdown -n "MyServiceName"
You can also restart a running service and force it to reread its configuration file by using:
- httpd.exe -k restart
+ httpd.exe -k restart -n "MyServiceName"
By default, all Apache services are registered to run as the @@ -554,15 +553,19 @@ shortcut starts the service. If the Apache service is running already, the shortcut doesn't do anything.
-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:
httpd.exe -k shutdown
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 @@ -574,7 +577,7 @@ httpd.exe -k restart
in any other console window.
+if the server is running as a service.
kill -TERM
diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko
index 6fd9018f43d..92d3e0024a3 100644
--- a/docs/manual/platform/windows.xml.ko
+++ b/docs/manual/platform/windows.xml.ko
@@ -1,7 +1,7 @@
-
+