You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/03/12 13:23:54 UTC

svn commit: r922234 - in /httpd/httpd/trunk/docs/manual: stopping.html.en stopping.xml

Author: rbowen
Date: Fri Mar 12 12:23:54 2010
New Revision: 922234

URL: http://svn.apache.org/viewvc?rev=922234&view=rev
Log:
Apache -> Apache HTTP Server or httpd

Modified:
    httpd/httpd/trunk/docs/manual/stopping.html.en
    httpd/httpd/trunk/docs/manual/stopping.xml

Modified: httpd/httpd/trunk/docs/manual/stopping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.html.en?rev=922234&r1=922233&r2=922234&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.html.en (original)
+++ httpd/httpd/trunk/docs/manual/stopping.html.en Fri Mar 12 12:23:54 2010
@@ -27,12 +27,12 @@
 <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-    <p>This document covers stopping and restarting Apache on
+    <p>This document covers stopping and restarting the Apache HTTP Server (httpd) on
     Unix-like systems. Windows NT, 2000 and XP users should see
-    <a href="platform/windows.html#winsvc">Running Apache as a
-    Service</a> and Windows 9x and ME users should see <a href="platform/windows.html#wincons">Running Apache as a
+    <a href="platform/windows.html#winsvc">Running httpd as a
+    Service</a> and Windows 9x and ME users should see <a href="platform/windows.html#wincons">Running httpd as a
     Console Application</a> for information on how to control
-    Apache on those platforms.</p>
+    httpd on those platforms.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#introduction">Introduction</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#term">Stop Now</a></li>
@@ -44,7 +44,7 @@
 <div class="section">
 <h2><a name="introduction" id="introduction">Introduction</a></h2>
 
-    <p>In order to stop or restart Apache, you must send a signal to
+    <p>In order to stop or restart the Apache HTTP Server, you must send a signal to
     the running <code class="program"><a href="./programs/httpd.html">httpd</a></code> processes.  There are two ways to
     send the signals.  First, you can use the unix <code>kill</code>
     command to directly send signals to the processes. You will
@@ -208,7 +208,7 @@ syntax error(s).</div>
     <div class="note"><p>The <code>graceful-stop</code> signal allows you to run multiple
     identically configured instances of <code class="program"><a href="./programs/httpd.html">httpd</a></code> at the 
     same time. This is a powerful feature when performing graceful 
-    upgrades of Apache, however it can also cause deadlocks and race 
+    upgrades of httpd, however it can also cause deadlocks and race 
     conditions with some configurations.</p> 
 
     <p>Care has been taken to ensure that on-disk files such as lock files

Modified: httpd/httpd/trunk/docs/manual/stopping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/stopping.xml?rev=922234&r1=922233&r2=922234&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/stopping.xml (original)
+++ httpd/httpd/trunk/docs/manual/stopping.xml Fri Mar 12 12:23:54 2010
@@ -25,13 +25,13 @@
   <title>Stopping and Restarting</title>
 
 <summary>
-    <p>This document covers stopping and restarting Apache on
+    <p>This document covers stopping and restarting the Apache HTTP Server (httpd) on
     Unix-like systems. Windows NT, 2000 and XP users should see
-    <a href="platform/windows.html#winsvc">Running Apache as a
+    <a href="platform/windows.html#winsvc">Running httpd as a
     Service</a> and Windows 9x and ME users should see <a
-    href="platform/windows.html#wincons">Running Apache as a
+    href="platform/windows.html#wincons">Running httpd as a
     Console Application</a> for information on how to control
-    Apache on those platforms.</p>
+    httpd on those platforms.</p>
 </summary>
 
 <seealso><program>httpd</program></seealso>
@@ -40,7 +40,7 @@
 
 <section id="introduction"><title>Introduction</title>
 
-    <p>In order to stop or restart Apache, you must send a signal to
+    <p>In order to stop or restart the Apache HTTP Server, you must send a signal to
     the running <program>httpd</program> processes.  There are two ways to
     send the signals.  First, you can use the unix <code>kill</code>
     command to directly send signals to the processes. You will
@@ -211,7 +211,7 @@ syntax error(s).</note>
     <note><p>The <code>graceful-stop</code> signal allows you to run multiple
     identically configured instances of <program>httpd</program> at the 
     same time. This is a powerful feature when performing graceful 
-    upgrades of Apache, however it can also cause deadlocks and race 
+    upgrades of httpd, however it can also cause deadlocks and race 
     conditions with some configurations.</p> 
 
     <p>Care has been taken to ensure that on-disk files such as lock files