Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 90131 invoked from network); 16 Nov 2005 10:24:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Nov 2005 10:24:41 -0000 Received: (qmail 94073 invoked by uid 500); 16 Nov 2005 10:24:37 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93873 invoked by uid 500); 16 Nov 2005 10:24:36 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 93862 invoked by uid 99); 16 Nov 2005 10:24:36 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 16 Nov 2005 02:24:35 -0800 Received: (qmail 89856 invoked by uid 65534); 16 Nov 2005 10:24:08 -0000 Message-ID: <20051116102408.89855.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r344971 - in /httpd/httpd/trunk/docs/manual: filter.xml mod/mod_dbd.xml mod/mod_ext_filter.xml mod/mod_filter.xml mod/mod_proxy.xml mod/mod_ssl.xml new_features_2_2.xml Date: Wed, 16 Nov 2005 10:24:06 -0000 To: cvs@httpd.apache.org From: colm@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: colm Date: Wed Nov 16 02:23:56 2005 New Revision: 344971 URL: http://svn.apache.org/viewcvs?rev=344971&view=rev Log: Make references to 2.1 and later consistent with each other. Modified: httpd/httpd/trunk/docs/manual/filter.xml httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml httpd/httpd/trunk/docs/manual/mod/mod_filter.xml httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml httpd/httpd/trunk/docs/manual/new_features_2_2.xml Modified: httpd/httpd/trunk/docs/manual/filter.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/filter.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/filter.xml (original) +++ httpd/httpd/trunk/docs/manual/filter.xml Wed Nov 16 02:23:56 2005 @@ -94,7 +94,7 @@ Smart filtering applies different filter providers according to the state of request processing

-

mod_filter, included in Apache 2.1 and up, +

mod_filter, included in Apache 2.1 and later, enables the filter chain to be configured dynamically at run time. So for example you can set up a proxy to rewrite HTML with an HTML filter and JPEG images with a completely Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Wed Nov 16 02:23:56 2005 @@ -27,7 +27,7 @@ Extension mod_dbd.c dbd_module -Version 2.1 and higher +Version 2.1 and later

mod_dbd manages SQL database connections using Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml Wed Nov 16 02:23:56 2005 @@ -253,8 +253,8 @@

Use mode=output (the default) for filters which process the response. Use mode=input for filters - which process the request. mode=input is new with - Apache 2.1.
+ which process the request. mode=input is available + in Apache 2.1 and later.
intype=imt
Modified: httpd/httpd/trunk/docs/manual/mod/mod_filter.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_filter.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_filter.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_filter.xml Wed Nov 16 02:23:56 2005 @@ -27,7 +27,7 @@ Base mod_filter.c filter_module -Version 2.1 and higher +Version 2.1 and later

This module enables smart, context-sensitive configuration of @@ -208,7 +208,7 @@ content filter modules. This is work-in-progress; the FilterProtocol implements some of this functionality for back-compatibility with Apache 2.0 - modules. For httpd 2.1 and up, the + modules. For httpd 2.1 and later, the ap_register_output_filter_protocol and ap_filter_protocol API enables filter modules to declare their own behaviour.

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Wed Nov 16 02:23:56 2005 @@ -506,12 +506,13 @@ general ProxyPass directive.

-

New in Apache 2.1, is the ability to use pooled connections to a - backend server. Using the key=value parameters it is possible - to tune this connection pooling. The default for a Hard Maximum - for the number of connections is the number of threads per process in the - active MPM. In the Prefork MPM, this is always 1, while with the Worker MPM - it is controlled by the ThreadsPerChild.

+

As of Apache 2.1, the ability to use pooled connections to a backend + server is available. Using the key=value parameters it is + possible to tune this connection pooling. The default for a Hard + Maximum for the number of connections is the number of threads per + process in the active MPM. In the Prefork MPM, this is always 1, while with + the Worker MPM it is controlled by the + ThreadsPerChild.

Setting min will determine how many connections will always be open to the backend server. Upto the Soft Maximum or smax Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Wed Nov 16 02:23:56 2005 @@ -494,8 +494,8 @@ ...
</VirtualHost> -

New in Apache 2.1, SSLEngine can be set to -optional. This enables support for +

In Apache 2.1 and later, SSLEngine can be set to +optional. This enables support for RFC 2817, Upgrading to TLS Within HTTP/1.1. At this time no web browsers support RFC 2817.

Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/new_features_2_2.xml?rev=344971&r1=344970&r2=344971&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.xml (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.xml Wed Nov 16 02:23:56 2005 @@ -233,9 +233,9 @@ had to take responsibility for managing it themselves. Apart from reinventing the wheel, this can be very inefficient, for example when several modules each maintain their own connections.

-

Apache 2.1 and up provides the ap_dbd API for +

Apache 2.1 and later provides the ap_dbd API for managing database connections (including optimised strategies - for threaded and unthreaded MPMs), while APR 1.2 and up provides + for threaded and unthreaded MPMs), while APR 1.2 and later provides the apr_dbd API for interacting with the database.

New modules SHOULD now use these APIs for all SQL database operations. Existing applications SHOULD be upgraded to use it