]> granicus.if.org Git - apache/commitdiff
'Apache' -> 'Apache HTTP Server' etc
authorRich Bowen <rbowen@apache.org>
Wed, 24 Mar 2010 13:11:51 +0000 (13:11 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 24 Mar 2010 13:11:51 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@927046 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml
docs/manual/logs.html.en
docs/manual/logs.xml
docs/manual/mpm.html.en
docs/manual/mpm.xml

index c4b735581f1cd8e7d822ce4f0e6e279200e5ddd6..ab38294dfae049800f2c8148225974deb4db1d70 100644 (file)
@@ -28,9 +28,9 @@
 </div>
 
 
-    <p>This document covers compilation and installation of Apache
+    <p>This document covers compilation and installation of the Apache HTTP Server
     on Unix and Unix-like systems only. For compiling and
-    installation on Windows, see <a href="platform/windows.html">Using Apache with Microsoft
+    installation on Windows, see <a href="platform/windows.html">Using Apache HTTP Server with Microsoft
     Windows</a>. For other platforms, see the <a href="platform/">platform</a> documentation.</p>
 
     <p>Apache httpd uses <code>libtool</code> and <code>autoconf</code>
@@ -52,7 +52,7 @@
 <li><img alt="" src="./images/down.gif" /> <a href="#customize">Customize</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#test">Test</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#upgrading">Upgrading</a></li>
-</ul><h3>See also</h3><ul class="seealso"><li><a href="programs/configure.html">Configure the source tree</a></li><li><a href="invoking.html">Starting Apache</a></li><li><a href="stopping.html">Stopping and Restarting</a></li></ul></div>
+</ul><h3>See also</h3><ul class="seealso"><li><a href="programs/configure.html">Configure the source tree</a></li><li><a href="invoking.html">Starting Apache httpd</a></li><li><a href="stopping.html">Stopping and Restarting</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="overview" id="overview">Overview for the
 <div class="section">
 <h2><a name="requirements" id="requirements">Requirements</a></h2>
 
-    <p>The following requirements exist for building Apache:</p>
+    <p>The following requirements exist for building Apache httpd:</p>
 
     <dl>
       <dt>Disk Space</dt>
       <dd>Make sure you have at least 50 MB of temporary free disk
-      space available. After installation Apache occupies
+      space available. After installation the server occupies
       approximately 10 MB of disk space. The actual disk space
       requirements will vary considerably based on your chosen
       configuration options and any third-party modules.</dd>
index 0b9a562683f73e89a409091bb2f93986e4a3134f..94a6c71b982903018f17524f76e4ea752bb9787c 100644 (file)
 
 <summary>
 
-    <p>This document covers compilation and installation of Apache
+    <p>This document covers compilation and installation of the Apache HTTP Server
     on Unix and Unix-like systems only. For compiling and
     installation on Windows, see <a
-    href="platform/windows.html">Using Apache with Microsoft
+    href="platform/windows.html">Using Apache HTTP Server with Microsoft
     Windows</a>. For other platforms, see the <a
     href="platform/">platform</a> documentation.</p>
 
@@ -44,7 +44,7 @@
 </summary>
 
 <seealso><a href="programs/configure.html">Configure the source tree</a></seealso>
-<seealso><a href="invoking.html">Starting Apache</a></seealso>
+<seealso><a href="invoking.html">Starting Apache httpd</a></seealso>
 <seealso><a href="stopping.html">Stopping and Restarting</a></seealso>
 
 <section id="overview"><title>Overview for the
 
 <section id="requirements"><title>Requirements</title>
 
-    <p>The following requirements exist for building Apache:</p>
+    <p>The following requirements exist for building Apache httpd:</p>
 
     <dl>
       <dt>Disk Space</dt>
       <dd>Make sure you have at least 50 MB of temporary free disk
-      space available. After installation Apache occupies
+      space available. After installation the server occupies
       approximately 10 MB of disk space. The actual disk space
       requirements will vary considerably based on your chosen
       configuration options and any third-party modules.</dd>
index f6b26c1d53957471aa29df9130de0de9ecb80f76..153199800d4de3044be43057c79687d4e421cd4a 100644 (file)
@@ -27,8 +27,8 @@
 
     <p>In order to effectively manage a web server, it is necessary
     to get feedback about the activity and performance of the
-    server as well as any problems that may be occurring. The Apache
-    HTTP Server provides very comprehensive and flexible logging
+    server as well as any problems that may be occurring. The Apache HTTP Server 
+    provides very comprehensive and flexible logging
     capabilities. This document describes how to configure its
     logging capabilities, and how to understand what the logs
     contain.</p>
@@ -46,7 +46,7 @@
 <h2><a name="security" id="security">Security Warning</a></h2>
     
 
-    <p>Anyone who can write to the directory where Apache is
+    <p>Anyone who can write to the directory where Apache httpd is
     writing a log file can almost certainly gain access to the uid
     that the server is started as, which is normally root. Do
     <em>NOT</em> give people write access to the directory the logs
     log file typically grows 1 MB or more per 10,000 requests. It
     will consequently be necessary to periodically rotate the log
     files by moving or deleting the existing logs. This cannot be
-    done while the server is running, because Apache will continue
+    done while the server is running, because Apache httpd will continue
     writing to the old log file as long as it holds the file open.
     Instead, the server must be <a href="stopping.html">restarted</a> after the log files are
     moved or deleted so that it will open new log files.</p>
     In order to write logs to a pipe, simply replace the filename
     with the pipe character "<code>|</code>", followed by the name
     of the executable which should accept log entries on its
-    standard input. Apache will start the piped-log process when
+    standard input. The server will start the piped-log process when
     the server starts, and will restart it if it crashes while the
     server is running. (This last feature is why we can refer to
     this technique as "reliable piped logging".)</p>
index 591baa9773eb69ff559fced6dc94511bdd75e5d4..d159d396f0abf16ed9002a9171139b6a51d7452d 100644 (file)
@@ -27,8 +27,8 @@
   <summary>
     <p>In order to effectively manage a web server, it is necessary
     to get feedback about the activity and performance of the
-    server as well as any problems that may be occurring. The Apache
-    HTTP Server provides very comprehensive and flexible logging
+    server as well as any problems that may be occurring. The Apache HTTP Server 
+    provides very comprehensive and flexible logging
     capabilities. This document describes how to configure its
     logging capabilities, and how to understand what the logs
     contain.</p>
@@ -37,7 +37,7 @@
   <section id="security">
     <title>Security Warning</title>
 
-    <p>Anyone who can write to the directory where Apache is
+    <p>Anyone who can write to the directory where Apache httpd is
     writing a log file can almost certainly gain access to the uid
     that the server is started as, which is normally root. Do
     <em>NOT</em> give people write access to the directory the logs
     log file typically grows 1 MB or more per 10,000 requests. It
     will consequently be necessary to periodically rotate the log
     files by moving or deleting the existing logs. This cannot be
-    done while the server is running, because Apache will continue
+    done while the server is running, because Apache httpd will continue
     writing to the old log file as long as it holds the file open.
     Instead, the server must be <a
     href="stopping.html">restarted</a> after the log files are
     In order to write logs to a pipe, simply replace the filename
     with the pipe character "<code>|</code>", followed by the name
     of the executable which should accept log entries on its
-    standard input. Apache will start the piped-log process when
+    standard input. The server will start the piped-log process when
     the server starts, and will restart it if it crashes while the
     server is running. (This last feature is why we can refer to
     this technique as "reliable piped logging".)</p>
index 293528dad352c81ccc9d72c066be778f7b7888f1..bfcc3eb54fa33d33c41a71642eca9c8fce947926 100644 (file)
@@ -44,13 +44,13 @@ how they are used by the Apache HTTP Server.</p>
     platforms in a range of different environments. Different
     platforms and different environments often require different
     features, or may have different ways of implementing the same
-    feature most efficiently. Apache has always accommodated a wide
+    feature most efficiently. Apache httpd has always accommodated a wide
     variety of environments through its modular design. This design
     allows the webmaster to choose which features will be included
     in the server by selecting which modules to load either at
     compile-time or at run-time.</p>
 
-    <p>Apache 2.0 extends this modular design to the most basic
+    <p>Apache HTTP Server 2.0 extends this modular design to the most basic
     functions of a web server. The server ships with a selection of
     Multi-Processing Modules (MPMs) which are responsible for
     binding to network ports on the machine, accepting requests,
@@ -60,12 +60,12 @@ how they are used by the Apache HTTP Server.</p>
     allows two important benefits:</p>
 
     <ul>
-      <li>Apache can more cleanly and efficiently support a wide
+      <li>Apache httpd can more cleanly and efficiently support a wide
       variety of operating systems. In particular, the Windows
-      version of Apache is now much more efficient, since
+      version of the server is now much more efficient, since
       <code class="module"><a href="./mod/mpm_winnt.html">mpm_winnt</a></code> can use native
       networking features in place of the POSIX layer used in
-      Apache 1.3. This benefit also extends to other operating
+      Apache httpd 1.3. This benefit also extends to other operating
       systems that implement specialized MPMs.</li>
 
       <li>The server can be better customized for the needs of the
@@ -76,7 +76,7 @@ how they are used by the Apache HTTP Server.</p>
       <code class="module"><a href="./mod/prefork.html">prefork</a></code>.</li>
     </ul>
 
-    <p>At the user level, MPMs appear much like other Apache
+    <p>At the user level, MPMs appear much like other Apache httpd
     modules. The main difference is that one and only one MPM must
     be loaded into the server at any time. The list of available
     MPMs appears on the <a href="mod/">module index page</a>.</p>
index e30a16d1d4530ab6cdbf6cc8a5938cec0a61616b..8661a27b3ebbc91a921abf5b69f29987d612eadb 100644 (file)
@@ -36,13 +36,13 @@ how they are used by the Apache HTTP Server.</p>
     platforms in a range of different environments. Different
     platforms and different environments often require different
     features, or may have different ways of implementing the same
-    feature most efficiently. Apache has always accommodated a wide
+    feature most efficiently. Apache httpd has always accommodated a wide
     variety of environments through its modular design. This design
     allows the webmaster to choose which features will be included
     in the server by selecting which modules to load either at
     compile-time or at run-time.</p>
 
-    <p>Apache 2.0 extends this modular design to the most basic
+    <p>Apache HTTP Server 2.0 extends this modular design to the most basic
     functions of a web server. The server ships with a selection of
     Multi-Processing Modules (MPMs) which are responsible for
     binding to network ports on the machine, accepting requests,
@@ -52,12 +52,12 @@ how they are used by the Apache HTTP Server.</p>
     allows two important benefits:</p>
 
     <ul>
-      <li>Apache can more cleanly and efficiently support a wide
+      <li>Apache httpd can more cleanly and efficiently support a wide
       variety of operating systems. In particular, the Windows
-      version of Apache is now much more efficient, since
+      version of the server is now much more efficient, since
       <module>mpm_winnt</module> can use native
       networking features in place of the POSIX layer used in
-      Apache 1.3. This benefit also extends to other operating
+      Apache httpd 1.3. This benefit also extends to other operating
       systems that implement specialized MPMs.</li>
 
       <li>The server can be better customized for the needs of the
@@ -68,7 +68,7 @@ how they are used by the Apache HTTP Server.</p>
       <module>prefork</module>.</li>
     </ul>
 
-    <p>At the user level, MPMs appear much like other Apache
+    <p>At the user level, MPMs appear much like other Apache httpd
     modules. The main difference is that one and only one MPM must
     be loaded into the server at any time. The list of available
     MPMs appears on the <a href="mod/">module index page</a>.</p>