From: Erik Abele Date: Tue, 23 Oct 2007 10:25:51 +0000 (+0000) Subject: * Fix versioning information where it makes sense X-Git-Tag: 2.2.7~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d66fe267adaf1c2928e90b9969d67bb47dd0b7;p=thirdparty%2Fapache%2Fhttpd.git * Fix versioning information where it makes sense * Clarify DNS lookups: 'double reverse lookup' vs. 'two lookups' Submitted, in parts, by . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@587443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/dso.xml b/docs/manual/dso.xml index fdf9c4b4b5f..7c446087eb6 100644 --- a/docs/manual/dso.xml +++ b/docs/manual/dso.xml @@ -85,7 +85,7 @@
Usage Summary -

To give you an overview of the DSO features of Apache 2.2, +

To give you an overview of the DSO features of Apache 2.x, here is a short and concise summary:

    diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index 99b502307f9..79ad2d00cd9 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -27,19 +27,19 @@ -

    Apache 2.0 is a general-purpose webserver, designed to +

    Apache 2.x is a general-purpose webserver, designed to provide a balance of flexibility, portability, and performance. Although it has not been designed specifically to set benchmark - records, Apache 2.0 is capable of high performance in many + records, Apache 2.x is capable of high performance in many real-world situations.

    -

    Compared to Apache 1.3, release 2.0 contains many additional +

    Compared to Apache 1.3, release 2.x contains many additional optimizations to increase throughput and scalability. Most of these improvements are enabled by default. However, there are compile-time and run-time configuration choices that can significantly affect performance. This document describes the options that a server administrator can configure to tune the - performance of an Apache 2.0 installation. Some of these + performance of an Apache 2.x installation. Some of these configuration options enable the httpd to better take advantage of the capabilities of the hardware and OS, while others allow the administrator to trade functionality for speed.

    @@ -141,7 +141,7 @@ module="mod_access">Deny from domain directives (i.e., using a hostname, or a domain name, rather than an IP address) then you will pay for - a double reverse DNS lookup (a reverse, followed by a forward + two DNS lookups (a reverse, followed by a forward lookup to make sure that the reverse is not being spoofed). For best performance, therefore, use IP addresses, rather than names, when using these directives, if possible.

    @@ -289,7 +289,7 @@ Memory-mapping -

    In situations where Apache 2.0 needs to look at the contents +

    In situations where Apache 2.x needs to look at the contents of a file being delivered--for example, when doing server-side-include processing--it normally memory-maps the file if the OS supports some form of mmap(2).

    @@ -302,7 +302,7 @@
  1. On some operating systems, mmap does not scale as well as read(2) when the number of CPUs increases. - On multiprocessor Solaris servers, for example, Apache 2.0 sometimes + On multiprocessor Solaris servers, for example, Apache 2.x sometimes delivers server-parsed files faster when mmap is disabled.

  2. @@ -325,7 +325,7 @@ Sendfile -

    In situations where Apache 2.0 can ignore the contents of the file +

    In situations where Apache 2.x can ignore the contents of the file to be delivered -- for example, when serving static file content -- it normally uses the kernel sendfile support the file if the OS supports the sendfile(2) operation.

    @@ -568,7 +568,7 @@ Warning:

    This section has not been fully updated - to take into account changes made in the 2.0 version of the + to take into account changes made in the 2.x version of the Apache HTTP Server. Some of the information may still be relevant, but please use it with care.

    @@ -1072,7 +1072,7 @@

    This write(2) call records the request in the access log. Note that one thing missing from this trace is a - time(2) call. Unlike Apache 1.3, Apache 2.0 uses + time(2) call. Unlike Apache 1.3, Apache 2.x uses gettimeofday(3) to look up the time. On some operating systems, like Linux or Solaris, gettimeofday has an optimized implementation that doesn't require as much overhead diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 4eca8e0ad6a..215912b24d5 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -345,7 +345,7 @@ response ProxyBadHeader IsError server configvirtual host -available in Apache 2.0.44 and later +Available in Apache 2.0.44 and later

    The ProxyBadHeader directive determines the @@ -497,7 +497,7 @@ expressions ProxySet url key=value [key=value ...] directory -ProxySet is only available in Apache 2.2.0 +ProxySet is only available in Apache 2.2 and later.

    This directive is used as an alternate method of setting any of the @@ -988,7 +988,7 @@ proxy >key=value [key=value ...]] directory -BalancerMember is only available in Apache 2.2.0 +BalancerMember is only available in Apache 2.2 and later.

    This directive adds a member to a load balancing group. It must be used