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 b9b80f1992..b9d5641bb4 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +