You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/02/02 15:11:53 UTC

svn commit: r1441751 - /httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml

Author: covener
Date: Sat Feb  2 14:11:53 2013
New Revision: 1441751

URL: http://svn.apache.org/viewvc?rev=1441751&view=rev
Log:
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


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml?rev=1441751&r1=1441750&r2=1441751&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml Sat Feb  2 14:11:53 2013
@@ -205,7 +205,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>
 
     <example>
       httpd.exe -k install -n "MyServiceName"
@@ -250,27 +251,27 @@ RewriteRule (.*) ${lowercase:$1} [R,L]
     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