]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1441750 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Sat, 2 Feb 2013 14:12:50 +0000 (14:12 +0000)
committerEric Covener <covener@apache.org>
Sat, 2 Feb 2013 14:12:50 +0000 (14:12 +0000)
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

docs/manual/platform/windows.xml

index 15360864f6ef4795d79625ca1f2306f4d2c33e88..6efbbb1e5b897e2118b8a11fadf73a494782f134 100644 (file)
     <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>
 
     <example>
       httpd.exe -k install -n "MyServiceName"
     too. To start an installed Apache service you'll use this:</p>
 
     <example>
-      httpd.exe -k start
+      httpd.exe -k start -n "MyServiceName"
     </example>
 
     <p>To stop an Apache service via the command line switches, use
     this:</p>
 
     <example>
-      httpd.exe -k stop
+      httpd.exe -k stop -n "MyServiceName"
     </example>
 
     <p>or</p>
 
     <example>
-      httpd.exe -k shutdown
+      httpd.exe -k shutdown -n "MyServiceName"
     </example>
 
     <p>You can also restart a running service and force it to reread
     its configuration file by using:</p>
 
     <example>
-      httpd.exe -k restart
+      httpd.exe -k restart -n "MyServiceName"
     </example>
 
     <p>By default, all Apache services are registered to run as the