]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Sat, 2 Feb 2013 14:46:33 +0000 (14:46 +0000)
committerEric Covener <covener@apache.org>
Sat, 2 Feb 2013 14:46:33 +0000 (14:46 +0000)
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
docs/manual/platform/windows.xml.ko

index 4973ab2a1736b2c6309c8d180dda572e0f627d0e..af93757b4dc277e6b3c7d6b5983b54cbeb9d828a 100644 (file)
@@ -212,7 +212,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     <p>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.</p>
+    computer. If you specify a name during the install, you have to
+    also specify it during any other -k operation.</p>
 
     <div class="example"><p><code>
       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:</p>
 
     <div class="example"><p><code>
-      httpd.exe -k start
+      httpd.exe -k start -n "MyServiceName"
     </code></p></div>
 
     <p>To stop an Apache service via the command line switches, use
     this:</p>
 
     <div class="example"><p><code>
-      httpd.exe -k stop
+      httpd.exe -k stop -n "MyServiceName"
     </code></p></div>
 
     <p>or</p>
 
     <div class="example"><p><code>
-      httpd.exe -k shutdown
+      httpd.exe -k shutdown -n "MyServiceName"
     </code></p></div>
 
     <p>You can also restart a running service and force it to reread
     its configuration file by using:</p>
 
     <div class="example"><p><code>
-      httpd.exe -k restart
+      httpd.exe -k restart -n "MyServiceName"
     </code></p></div>
 
     <p>By default, all Apache services are registered to run as the
index 51e1d30000252e910195a45ab208d8dc0d52d040..0af68d011fd56232e811a989b0ac5dd0e83ab0aa 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1438835 (outdated) -->
+<!-- English Revision: 105989:1441751 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more