]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove mentions of HTTPD. Mea culpa.
authorRich Bowen <rbowen@apache.org>
Wed, 17 Mar 2010 20:26:42 +0000 (20:26 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 17 Mar 2010 20:26:42 +0000 (20:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924467 13f79535-47bb-0310-9956-ffa450edef68

18 files changed:
docs/manual/bind.html.en
docs/manual/bind.xml
docs/manual/configuring.html.en
docs/manual/configuring.xml
docs/manual/dns-caveats.html.en
docs/manual/dns-caveats.xml
docs/manual/install.html.en
docs/manual/install.xml
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko
docs/manual/mod/mod_filter.html.en
docs/manual/mod/mod_filter.xml
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja
docs/manual/mod/worker.html.en
docs/manual/mod/worker.xml
docs/manual/stopping.html.en
docs/manual/stopping.xml

index 96c4845001624390074be4ffe9a812273a482ac0..947fb20bdab4fe538c790519923f267b0c1bc0f0 100644 (file)
@@ -26,7 +26,7 @@
 <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-    <p>Configuring Apache HTTPD to listen on specific addresses and ports.</p>
+    <p>Configuring Apache HTTP Server to listen on specific addresses and ports.</p>
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#ipv6">Special IPv6 Considerations</a></li>
index 510208ca406c9398372386e438a200819c458ffe..76679b350a443b028aded97a13c612c11e38f32e 100644 (file)
@@ -25,7 +25,7 @@
   <title>Binding</title>
 
   <summary>
-    <p>Configuring Apache HTTPD to listen on specific addresses and ports.</p>
+    <p>Configuring Apache HTTP Server to listen on specific addresses and ports.</p>
   </summary>
 
   <seealso><a href="vhosts/">Virtual Hosts</a></seealso>
index 63e83211689a6036f210a370a89e704bb7986532..81f12371a1e8819ffaebe3a6ce87ba9113019ec9 100644 (file)
@@ -26,7 +26,8 @@
 <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
 
-<p>This document describes the files used to configure Apache HTTPD.</p>
+<p>This document describes the files used to configure Apache HTTP
+Server.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#main">Main Configuration Files</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#syntax">Syntax of the Configuration Files</a></li>
@@ -40,7 +41,7 @@
     
     <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code></li><li><code class="directive"><a href="./mod/core.html#include">Include</a></code></li><li><code class="directive"><a href="./mod/mod_mime.html#typesconfig">TypesConfig</a></code></li></ul></td></tr></table>
 
-    <p>Apache HTTPD is configured by placing <a href="mod/directives.html">directives</a> in plain text
+    <p>Apache HTTP Server is configured by placing <a href="mod/directives.html">directives</a> in plain text
     configuration files. The main configuration file is usually called
     <code>httpd.conf</code>. The location of this file is set at
     compile-time, but may be overridden with the <code>-f</code>
index 2a59a9938889274a425f63baeb1ed80814f96fed..4570a81f5bfc0d1f929e334174e95c2bc1d991e0 100644 (file)
@@ -25,7 +25,8 @@
   <title>Configuration Files</title>
 
 <summary>
-<p>This document describes the files used to configure Apache HTTPD.</p>
+<p>This document describes the files used to configure Apache HTTP
+Server.</p>
 </summary>
 
   <section id="main">
@@ -41,7 +42,7 @@
       </directivelist>
     </related>
 
-    <p>Apache HTTPD is configured by placing <a
+    <p>Apache HTTP Server is configured by placing <a
     href="mod/directives.html">directives</a> in plain text
     configuration files. The main configuration file is usually called
     <code>httpd.conf</code>. The location of this file is set at
index ce70ffe561a12527c80f80d44bfb46ea3946cc34..3b6e5332bfadabc4e27f4caa269323cba99b6a9a 100644 (file)
@@ -27,7 +27,7 @@
 
     <p>This page could be summarized with the statement: don't
     configure Apache HTTP Server in such a way that it relies on DNS resolution
-    for parsing of the configuration files. If HTTPD requires DNS
+    for parsing of the configuration files. If httpd requires DNS
     resolution to parse the configuration files then your server
     may be subject to reliability problems (ie. it might not boot),
     or denial and theft of service attacks (including users able
       &lt;/VirtualHost&gt;
     </code></p></div>
 
-    <p>In order for HTTPD to function properly, it absolutely needs
+    <p>In order for the server to function properly, it absolutely needs
     to have two pieces of information about each virtual host: the
     <code class="directive"><a href="./mod/core.html#servername">ServerName</a></code> and at least one
     IP address that the server will bind and respond to. The above
-    example does not include the IP address, so HTTPD must use DNS
+    example does not include the IP address, so httpd must use DNS
     to find the address of <code>www.abc.dom</code>. If for some
     reason DNS is not available at the time your server is parsing
     its config file, then this virtual host <strong>will not be
     configured</strong>. It won't be able to respond to any hits
-    to this virtual host (prior to HTTPD version 1.2 the server
+    to this virtual host (prior to httpd version 1.2 the server
     would not even boot).</p>
 
     <p>Suppose that <code>www.abc.dom</code> has address 192.0.2.1.
       &lt;/VirtualHost&gt;
     </code></p></div>
 
-    <p>This time HTTPD needs to use reverse DNS to find the
+    <p>This time httpd needs to use reverse DNS to find the
     <code>ServerName</code> for this virtualhost. If that reverse
     lookup fails then it will partially disable the virtualhost.
     If the virtual host is name-based then it will effectively be
     totally disabled, but if it is IP-based then it will mostly
-    work. However, if HTTPD should ever have to generate a full
+    work. However, if httpd should ever have to generate a full
     URL for the server which includes the server name, then it will
     fail to generate a valid URL.</p>
 
@@ -99,7 +99,7 @@
     
 
     <p>There are (at least) two forms that denial of service
-    can come in. If you are running a version of HTTPD prior to
+    can come in. If you are running a version of httpd prior to
     version 1.2 then your server will not even boot if one of the
     two DNS lookups mentioned above fails for any of your virtual
     hosts. In some cases this DNS lookup may not even be under your
     users typed in URLs of the form
     <code>http://www.abc.dom/whatever</code>) will all be served by
     the <code>def.dom</code> virtual host. To better understand why
-    this happens requires a more in-depth discussion of how HTTPD 
+    this happens requires a more in-depth discussion of how httpd 
     matches up incoming requests with the virtual host that will
     serve it. A rough document describing this <a href="vhosts/details.html">is available</a>.</p>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
     
 
     <p><a href="vhosts/name-based.html">Name-based
-    virtual host support</a> requires HTTPD to know
+    virtual host support</a> requires httpd to know
     the IP address(es) of the host that <code class="program"><a href="./programs/httpd.html">httpd</a></code>
     is running on. To get this address it uses either the global
     <code class="directive"><a href="./mod/core.html#servername">ServerName</a></code>
     or maybe <code>/etc/nsswitch.conf</code>.</p>
 
     <p>If your server doesn't have to perform DNS for any other
-    reason then you might be able to get away with running HTTPD 
+    reason then you might be able to get away with running httpd 
     with the <code>HOSTRESORDER</code> environment variable set to
     "local". This all depends on what OS and resolver libraries you
     are using. It also affects CGIs unless you use
index e47c0b32eda14e5f1ebcd9e68f43bbca674d7e03..56d8d0231941e3df7c40a2e52ecaa94aa7f9ea32 100644 (file)
@@ -27,7 +27,7 @@
   <summary>
     <p>This page could be summarized with the statement: don't
     configure Apache HTTP Server in such a way that it relies on DNS resolution
-    for parsing of the configuration files. If HTTPD requires DNS
+    for parsing of the configuration files. If httpd requires DNS
     resolution to parse the configuration files then your server
     may be subject to reliability problems (ie. it might not boot),
     or denial and theft of service attacks (including users able
       &lt;/VirtualHost&gt;
     </example>
 
-    <p>In order for HTTPD to function properly, it absolutely needs
+    <p>In order for the server to function properly, it absolutely needs
     to have two pieces of information about each virtual host: the
     <directive module="core">ServerName</directive> and at least one
     IP address that the server will bind and respond to. The above
-    example does not include the IP address, so HTTPD must use DNS
+    example does not include the IP address, so httpd must use DNS
     to find the address of <code>www.abc.dom</code>. If for some
     reason DNS is not available at the time your server is parsing
     its config file, then this virtual host <strong>will not be
     configured</strong>. It won't be able to respond to any hits
-    to this virtual host (prior to HTTPD version 1.2 the server
+    to this virtual host (prior to httpd version 1.2 the server
     would not even boot).</p>
 
     <p>Suppose that <code>www.abc.dom</code> has address 192.0.2.1.
       &lt;/VirtualHost&gt;
     </example>
 
-    <p>This time HTTPD needs to use reverse DNS to find the
+    <p>This time httpd needs to use reverse DNS to find the
     <code>ServerName</code> for this virtualhost. If that reverse
     lookup fails then it will partially disable the virtualhost.
     If the virtual host is name-based then it will effectively be
     totally disabled, but if it is IP-based then it will mostly
-    work. However, if HTTPD should ever have to generate a full
+    work. However, if httpd should ever have to generate a full
     URL for the server which includes the server name, then it will
     fail to generate a valid URL.</p>
 
@@ -92,7 +92,7 @@
     <title>Denial of Service</title>
 
     <p>There are (at least) two forms that denial of service
-    can come in. If you are running a version of HTTPD prior to
+    can come in. If you are running a version of httpd prior to
     version 1.2 then your server will not even boot if one of the
     two DNS lookups mentioned above fails for any of your virtual
     hosts. In some cases this DNS lookup may not even be under your
     users typed in URLs of the form
     <code>http://www.abc.dom/whatever</code>) will all be served by
     the <code>def.dom</code> virtual host. To better understand why
-    this happens requires a more in-depth discussion of how HTTPD 
+    this happens requires a more in-depth discussion of how httpd 
     matches up incoming requests with the virtual host that will
     serve it. A rough document describing this <a
     href="vhosts/details.html">is available</a>.</p>
     <title>The "main server" Address</title>
 
     <p><a href="vhosts/name-based.html">Name-based
-    virtual host support</a> requires HTTPD to know
+    virtual host support</a> requires httpd to know
     the IP address(es) of the host that <program>httpd</program>
     is running on. To get this address it uses either the global
     <directive module="core">ServerName</directive>
     or maybe <code>/etc/nsswitch.conf</code>.</p>
 
     <p>If your server doesn't have to perform DNS for any other
-    reason then you might be able to get away with running HTTPD 
+    reason then you might be able to get away with running httpd 
     with the <code>HOSTRESORDER</code> environment variable set to
     "local". This all depends on what OS and resolver libraries you
     are using. It also affects CGIs unless you use
index 613e8e1ccfef49542b218e03cefc184ad753357a..c4b735581f1cd8e7d822ce4f0e6e279200e5ddd6 100644 (file)
 <div class="section">
 <h2><a name="extract" id="extract">Extract</a></h2>
 
-    <p>Extracting the source from the Apache HTTPD tarball is a
+    <p>Extracting the source from the Apache HTTP Server tarball is a
     simple matter of uncompressing, and then untarring:</p>
 
 <div class="example"><p><code>
index b425d399fceef1652ba0179e8bdab011e9ed9eff..0b9a562683f73e89a409091bb2f93986e4a3134f 100644 (file)
 
 <section id="extract"><title>Extract</title>
 
-    <p>Extracting the source from the Apache HTTPD tarball is a
+    <p>Extracting the source from the Apache HTTP Server tarball is a
     simple matter of uncompressing, and then untarring:</p>
 
 <example>
index d44997727c87f65d61682a90a135c83fd5cd3c5f..e188778f9cdf3e35e8528af898c26d7465d5a22f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 504183:821993 (outdated) -->
+<!-- English Revision: 504183:923735 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 558cbd729521fa29ccd1a5ca41bfcc2b760a0ffc..86991b5ead1d43cf6ebbf5c1810cf985cc0db8eb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105569:821993 (outdated) -->
+<!-- English Revision: 105569:923735 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 59e8d6761418b3ffe169872f993fb2c16ef7795d..3e7dd41d831818d4f9e4630c2764b99fb3a7a07d 100644 (file)
@@ -56,7 +56,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#terms">Filter Declarations, Providers and Chains</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#config">Configuring the Chain</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#errordocs">Filtering and Response Status</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#upgrade">Upgrading from HTTPD 2.2 Configuration</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#upgrade">Upgrading from Apache HTTP Server 2.2 Configuration</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#protocol">Protocol Handling</a></li>
 </ul></div>
     expression conditions with <code class="directive">FilterProvider</code>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="upgrade" id="upgrade">Upgrading from HTTPD 2.2 Configuration</a></h2>
+<h2><a name="upgrade" id="upgrade">Upgrading from Apache HTTP Server 2.2 Configuration</a></h2>
     <p>The <code class="directive"><a href="#filterprovider">FilterProvider</a></code>
-    directive has changed from HTTPD 2.2: the <var>match</var> and
+    directive has changed from httpd 2.2: the <var>match</var> and
     <var>dispatch</var> arguments are replaced with a single but
     more versatile <var>expression</var>.  In general, you can convert
     a match/dispatch pair to the two sides of an expression, using
index 80f15499578b723c8ad04036ec94a52615019205..a4f423ce579907d00043860d57a9161057a86f29 100644 (file)
     regardless of status.  To refine this further, you can use
     expression conditions with <directive>FilterProvider</directive>.</p>
 </section>
-<section id="upgrade"><title>Upgrading from HTTPD 2.2 Configuration</title>
+<section id="upgrade"><title>Upgrading from Apache HTTP Server 2.2 Configuration</title>
     <p>The <directive module="mod_filter">FilterProvider</directive>
-    directive has changed from HTTPD 2.2: the <var>match</var> and
+    directive has changed from httpd 2.2: the <var>match</var> and
     <var>dispatch</var> arguments are replaced with a single but
     more versatile <var>expression</var>.  In general, you can convert
     a match/dispatch pair to the two sides of an expression, using
index 6117c7d4dcc189d77240a234535bc20c85e014f7..be00cfe436afab241c1755abb93adb644426e682 100644 (file)
@@ -1228,7 +1228,8 @@ request</td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0.31 and later.</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.0.31 and later. Usable in directory
+context in 2.3.3 and later.</td></tr>
 </table>
     <p>When enabled, this option will pass the Host: line from the incoming
     request to the proxied host, instead of the hostname specified in the
index 79b1e8220ff486285858c07da3d545a8f5ffb0aa..7d8445d12cef2585aeb2e89ab91d911435d8884c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 344971:909323 (outdated) -->
+<!-- English Revision: 344971:923952 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 76fa3c5d4ff4786fa28a16bfd1c5823b88b694b4..14d4912ec199d4fab186ade868350c95240209a1 100644 (file)
@@ -75,8 +75,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#how-it-works">How it Works</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
-<li><a href="../bind.html">Setting which addresses and ports Apache
-uses</a></li>
+<li><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -87,13 +86,13 @@ uses</a></li>
     as a listener thread which listens for connections and passes them
     to a server thread for processing when they arrive.</p>
 
-    <p>Apache always tries to maintain a pool of <dfn>spare</dfn> or
+    <p>Apache HTTP Server always tries to maintain a pool of <dfn>spare</dfn> or
     idle server threads, which stand ready to serve incoming
     requests. In this way, clients do not need to wait for a new
     threads or processes to be created before their requests can be
     served. The number of processes that will initially launched is
     set by the <code class="directive"><a href="../mod/mpm_common.html#startservers">StartServers</a></code>
-    directive. During operation, Apache assesses the total number
+    directive. During operation, the server assesses the total number
     of idle threads in all processes, and forks or kills processes to
     keep this number within the boundaries specified by <code class="directive"><a href="../mod/mpm_common.html#minsparethreads">MinSpareThreads</a></code> and <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>. Since this
     process is very self-regulating, it is rarely necessary to modify
@@ -151,8 +150,8 @@ uses</a></li>
 
     <p>While the parent process is usually started as <code>root</code>
     under Unix in order to bind to port 80, the child processes and threads
-    are launched by Apache as a less-privileged user. The <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> and <code class="directive"><a href="../mod/mod_unixd.html#group">Group</a></code> directives are used to set
-    the privileges of the Apache child processes. The child processes
+    are launched by the server as a less-privileged user. The <code class="directive"><a href="../mod/mod_unixd.html#user">User</a></code> and <code class="directive"><a href="../mod/mod_unixd.html#group">Group</a></code> directives are used to set
+    the privileges of the Apache HTTP Server child processes. The child processes
     must be able to read all the content that will be served, but
     should have as few privileges beyond that as possible. In
     addition, unless <code class="program"><a href="../programs/suexec.html">suexec</a></code> is used,
index 98b709327b4fef2363669a069e71c377c18b2920..e2ca80edd8c763eb8343f47c5d016817027c6da9 100644 (file)
@@ -43,8 +43,7 @@
     controls the maximum total number of threads that may be
     launched.</p>
 </summary>
-<seealso><a href="../bind.html">Setting which addresses and ports Apache
-uses</a></seealso>
+<seealso><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></seealso>
 
 <section id="how-it-works"><title>How it Works</title>
     <p>A single control process (the parent) is responsible for launching 
@@ -54,13 +53,13 @@ uses</a></seealso>
     as a listener thread which listens for connections and passes them
     to a server thread for processing when they arrive.</p>
 
-    <p>Apache always tries to maintain a pool of <dfn>spare</dfn> or
+    <p>Apache HTTP Server always tries to maintain a pool of <dfn>spare</dfn> or
     idle server threads, which stand ready to serve incoming
     requests. In this way, clients do not need to wait for a new
     threads or processes to be created before their requests can be
     served. The number of processes that will initially launched is
     set by the <directive module="mpm_common">StartServers</directive>
-    directive. During operation, Apache assesses the total number
+    directive. During operation, the server assesses the total number
     of idle threads in all processes, and forks or kills processes to
     keep this number within the boundaries specified by <directive
     module="mpm_common">MinSpareThreads</directive> and <directive
@@ -122,10 +121,10 @@ uses</a></seealso>
 
     <p>While the parent process is usually started as <code>root</code>
     under Unix in order to bind to port 80, the child processes and threads
-    are launched by Apache as a less-privileged user. The <directive
+    are launched by the server as a less-privileged user. The <directive
     module="mod_unixd">User</directive> and <directive
     module="mod_unixd">Group</directive> directives are used to set
-    the privileges of the Apache child processes. The child processes
+    the privileges of the Apache HTTP Server child processes. The child processes
     must be able to read all the content that will be served, but
     should have as few privileges beyond that as possible. In
     addition, unless <program>suexec</program> is used,
index 1c380711aba44b2a37827988f2377ed696e6a632..c9f7068d4db92e086ea3bddc1c6c18746d74e3d2 100644 (file)
@@ -5,7 +5,7 @@
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>Stopping and Restarting Apache HTTPD - Apache HTTP Server</title>
+<title>Stopping and Restarting Apache HTTP Server - Apache HTTP Server</title>
 <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
 <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
@@ -16,7 +16,7 @@
 <img alt="" src="./images/feather.gif" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
 <div id="path">
-<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></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting Apache HTTPD</h1>
+<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></div><div id="page-content"><div id="preamble"><h1>Stopping and Restarting Apache HTTP Server</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="./de/stopping.html" hreflang="de" rel="alternate" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="./en/stopping.html" title="English">&nbsp;en&nbsp;</a> |
@@ -27,7 +27,7 @@
 <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 HTTPD on
+    <p>This document covers stopping and restarting Apache HTTP Server on
     Unix-like systems. Windows NT, 2000 and XP users should see
     <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
index fe94312b51705f59acba5f4244994b40bc582aa5..d930ed086d9b931a1e71137e75becbc61b8c663a 100644 (file)
 
 <manualpage metafile="stopping.xml.meta">
 
-  <title>Stopping and Restarting Apache HTTPD</title>
+  <title>Stopping and Restarting Apache HTTP Server</title>
 
 <summary>
-    <p>This document covers stopping and restarting Apache HTTPD on
+    <p>This document covers stopping and restarting Apache HTTP Server on
     Unix-like systems. Windows NT, 2000 and XP users should see
     <a href="platform/windows.html#winsvc">Running httpd as a
     Service</a> and Windows 9x and ME users should see <a