From: Eric Covener Date: Sat, 2 Feb 2013 14:45:23 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~5792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7db330784a36932f00ecfdf588f65c7063d133d3;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1441756 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 3e12ed497d..5f0e8bcf5b 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 b9b80f1992..b9d5641bb4 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +