From c0b9393bb4e4dbb89f6bb09051822a419ec68a33 Mon Sep 17 00:00:00 2001
From: Eric Covener 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.
httpd.exe -k install -n "MyServiceName"
@@ -257,27 +258,27 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
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 diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko index 51e1d30000..0af68d011f 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +