From: Eric Covener Date: Sat, 2 Feb 2013 14:12:50 +0000 (+0000) Subject: Merge r1441750 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: X-Git-Tag: 2.2.24~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f78da6488885cb670e58d772f55c82b511a215e;p=thirdparty%2Fapache%2Fhttpd.git Merge r1441750 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: fill in the dots for http://httpd.apache.org/docs/2.4/platform/windows.html#comment_802 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1441752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 15360864f6e..6efbbb1e5b8 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -366,7 +366,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" @@ -411,27 +412,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