]> granicus.if.org Git - apache/commitdiff
PR 41334. Replaced apache, with httpd as the binary name.
authorTony Stevenson <pctony@apache.org>
Thu, 26 Jul 2007 20:51:23 +0000 (20:51 +0000)
committerTony Stevenson <pctony@apache.org>
Thu, 26 Jul 2007 20:51:23 +0000 (20:51 +0000)
Thanks Brett

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559969 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml

index 852750ea569b1683c72fd6710c379fb6d1376c1d..f193958aeb8ec3fed4b63ed6ee1d02b9708fef27 100644 (file)
@@ -19,7 +19,7 @@
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache with Microsoft Windows</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/platform/windows.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div>
 
 
     the command prompt at the Apache <code>bin</code> subdirectory:</p>
 
     <div class="example"><p><code>
-      apache -k install
+      httpd -k install
     </code></p></div>
 
     <p>If you need to specify the name of the service you want to
     computer.</p>
 
     <div class="example"><p><code>
-      apache -k install -n "MyServiceName"
+      httpd -k install -n "MyServiceName"
     </code></p></div>
 
     <p>If you need to have specifically named configuration files for
     different services, you must use this:</p>
 
     <div class="example"><p><code>
-      apache -k install -n "MyServiceName" -f "c:\files\my.conf"
+      httpd -k install -n "MyServiceName" -f "c:\files\my.conf"
     </code></p></div>
 
     <p>If you use the first command without any special parameters except
     <p>Removing an Apache service is easy. Just use:</p>
 
     <div class="example"><p><code>
-      apache -k uninstall
+      httpd -k uninstall
     </code></p></div>
 
     <p>The specific Apache service to be uninstalled can be specified by using:</p>
 
     <div class="example"><p><code>
-      apache -k uninstall -n "MyServiceName"
+      httpd -k uninstall -n "MyServiceName"
     </code></p></div>
 
     <p>Normal starting, restarting and shutting down of an Apache
     service's configuration file by using:</p>
 
     <div class="example"><p><code>
-      apache -n "MyServiceName" -t
+      httpd -n "MyServiceName" -t
     </code></p></div>
 
     <p>You can control an Apache service by its command line switches,
     too. To start an installed Apache service you'll use this:</p>
 
     <div class="example"><p><code>
-      apache -k start
+      httpd -k start
     </code></p></div>
 
     <p>To stop an Apache service via the command line switches, use
     this:</p>
 
     <div class="example"><p><code>
-      apache -k stop
+      httpd -k stop
     </code></p></div>
 
     <p>or</p>
 
     <div class="example"><p><code>
-      apache -k shutdown
+      httpd -k shutdown
     </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>
-      apache -k restart
+      httpd -k restart
     </code></p></div>
 
     <p>By default, all Apache services are registered to run as the
       in the background. If you run the command</p>
 
       <div class="example"><p><code>
-        apache -n "MyServiceName" -k start
+        httpd -n "MyServiceName" -k start
       </code></p></div>
 
       <p>via a shortcut on your desktop, for example, then if the
     use the following command:</p>
 
     <div class="example"><p><code>
-      apache
+      httpd
     </code></p></div>
 
     <p>Apache will execute, and will remain running until it is stopped
     window and entering:</p>
 
     <div class="example"><p><code>
-      apache -k shutdown
+      httpd -k shutdown
     </code></p></div>
 
     <p>This should be preferred over pressing Control-C because this
     complete without interruption. To restart Apache, use:</p>
 
     <div class="example"><p><code>
-      apache -k restart
+      httpd -k restart
     </code></p></div>
 
     <div class="note">Note for people familiar with the Unix version of Apache:
     <div class="example"><p><code>
       c: <br />
       cd "\Program Files\Apache Group\Apache2\bin" <br />
-      apache
+      httpd
     </code></p></div>
 
     <p>Then wait for Apache to stop, or press Control-C. Then enter the
       a particular configuration file:</p>
 
       <div class="example"><p><code>
-        apache -f "c:\my server files\anotherconfig.conf"
+        httpd -f "c:\my server files\anotherconfig.conf"
       </code></p></div>
 
       <p>or</p>
 
       <div class="example"><p><code>
-        apache -f files\anotherconfig.conf
+        httpd -f files\anotherconfig.conf
       </code></p></div></li>
 
       <li><p><code>-n</code> specifies the installed Apache service
       whose configuration file is to be used:</p>
 
       <div class="example"><p><code>
-        apache -n "MyServiceName"
+        httpd -n "MyServiceName"
       </code></p></div>
       </li>
     </ul>
     invoking Apache with the <code>-V</code> switch, like this:</p>
 
     <div class="example"><p><code>
-      apache -V
+      httpd.exe -V
     </code></p></div>
 
     <p>Apache will then try to determine its <code class="directive"><a href="../mod/core.html#&#10;    serverroot">
   </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/platform/windows.html" title="English">&nbsp;en&nbsp;</a> |
-<a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
+<a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
index e549739c3baa1445b746313f6744cd3e7fe54db9..3ec63ec6f1bc4025f321ffd00ad31c5a3ee0ddd9 100644 (file)
     the command prompt at the Apache <code>bin</code> subdirectory:</p>
 
     <example>
-      apache -k install
+      httpd -k install
     </example>
 
     <p>If you need to specify the name of the service you want to
     computer.</p>
 
     <example>
-      apache -k install -n "MyServiceName"
+      httpd -k install -n "MyServiceName"
     </example>
 
     <p>If you need to have specifically named configuration files for
     different services, you must use this:</p>
 
     <example>
-      apache -k install -n "MyServiceName" -f "c:\files\my.conf"
+      httpd -k install -n "MyServiceName" -f "c:\files\my.conf"
     </example>
 
     <p>If you use the first command without any special parameters except
     <p>Removing an Apache service is easy. Just use:</p>
 
     <example>
-      apache -k uninstall
+      httpd -k uninstall
     </example>
 
     <p>The specific Apache service to be uninstalled can be specified by using:</p>
 
     <example>
-      apache -k uninstall -n "MyServiceName"
+      httpd -k uninstall -n "MyServiceName"
     </example>
 
     <p>Normal starting, restarting and shutting down of an Apache
     service's configuration file by using:</p>
 
     <example>
-      apache -n "MyServiceName" -t
+      httpd -n "MyServiceName" -t
     </example>
 
     <p>You can control an Apache service by its command line switches,
     too. To start an installed Apache service you'll use this:</p>
 
     <example>
-      apache -k start
+      httpd -k start
     </example>
 
     <p>To stop an Apache service via the command line switches, use
     this:</p>
 
     <example>
-      apache -k stop
+      httpd -k stop
     </example>
 
     <p>or</p>
 
     <example>
-      apache -k shutdown
+      httpd -k shutdown
     </example>
 
     <p>You can also restart a running service and force it to reread
     its configuration file by using:</p>
 
     <example>
-      apache -k restart
+      httpd -k restart
     </example>
 
     <p>By default, all Apache services are registered to run as the
       in the background. If you run the command</p>
 
       <example>
-        apache -n "MyServiceName" -k start
+        httpd -n "MyServiceName" -k start
       </example>
 
       <p>via a shortcut on your desktop, for example, then if the
     use the following command:</p>
 
     <example>
-      apache
+      httpd
     </example>
 
     <p>Apache will execute, and will remain running until it is stopped
     window and entering:</p>
 
     <example>
-      apache -k shutdown
+      httpd -k shutdown
     </example>
 
     <p>This should be preferred over pressing Control-C because this
     complete without interruption. To restart Apache, use:</p>
 
     <example>
-      apache -k restart
+      httpd -k restart
     </example>
 
     <note>Note for people familiar with the Unix version of Apache:
     <example>
       c: <br />
       cd "\Program Files\Apache Group\Apache2\bin" <br />
-      apache
+      httpd
     </example>
 
     <p>Then wait for Apache to stop, or press Control-C. Then enter the
       a particular configuration file:</p>
 
       <example>
-        apache -f "c:\my server files\anotherconfig.conf"
+        httpd -f "c:\my server files\anotherconfig.conf"
       </example>
 
       <p>or</p>
 
       <example>
-        apache -f files\anotherconfig.conf
+        httpd -f files\anotherconfig.conf
       </example></li>
 
       <li><p><code>-n</code> specifies the installed Apache service
       whose configuration file is to be used:</p>
 
       <example>
-        apache -n "MyServiceName"
+        httpd -n "MyServiceName"
       </example>
       </li>
     </ul>
     invoking Apache with the <code>-V</code> switch, like this:</p>
 
     <example>
-      apache -V
+      httpd.exe -V
     </example>
 
     <p>Apache will then try to determine its <directive module="core">