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:46:33 UTC

svn commit: r1441758 - in /httpd/httpd/branches/2.4.x/docs/manual/platform: windows.html.en windows.xml.ko

Author: covener
Date: Sat Feb  2 14:46:33 2013
New Revision: 1441758

URL: http://svn.apache.org/viewvc?rev=1441758&view=rev
Log:
xforms

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/windows.html.en?rev=1441758&r1=1441757&r2=1441758&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/windows.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/windows.html.en Sat Feb  2 14:46:33 2013
@@ -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

Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.ko?rev=1441758&r1=1441757&r2=1441758&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml.ko [euc-kr] Sat Feb  2 14:46:33 2013
@@ -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