From c0b9393bb4e4dbb89f6bb09051822a419ec68a33 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 2 Feb 2013 14:46:33 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1441758 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html.en | 11 ++++++----- docs/manual/platform/windows.xml.ko | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 4973ab2a17..af93757b4d 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -212,7 +212,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]

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" @@ -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 @@ - +