Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 53526 invoked from network); 7 Nov 2004 06:01:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Nov 2004 06:01:55 -0000 Received: (qmail 7690 invoked by uid 500); 7 Nov 2004 06:01:54 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 7652 invoked by uid 500); 7 Nov 2004 06:01:53 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 7638 invoked by uid 500); 7 Nov 2004 06:01:53 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 7635 invoked by uid 99); 7 Nov 2004 06:01:53 -0000 X-ASF-Spam-Status: No, hits=-10.0 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.28) with SMTP; Sat, 06 Nov 2004 22:01:51 -0800 Received: (qmail 53499 invoked by uid 1888); 7 Nov 2004 06:01:50 -0000 Date: 7 Nov 2004 06:01:50 -0000 Message-ID: <20041107060150.53498.qmail@minotaur.apache.org> From: pquerna@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual new_features_2_2.html new_features_2_2.html.en new_features_2_2.xml new_features_2_2.xml.meta X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N pquerna 2004/11/06 22:01:50 Added: docs/manual new_features_2_2.html new_features_2_2.html.en new_features_2_2.xml new_features_2_2.xml.meta Log: First Swing at a 2.0 -> 2.2 New Features Document. This is only a very rough start, feel free to add new features/modules and edit my initial version. Revision Changes Path 1.1 httpd-2.0/docs/manual/new_features_2_2.html Index: new_features_2_2.html =================================================================== URI: new_features_2_2.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 1.1 httpd-2.0/docs/manual/new_features_2_2.html.en Index: new_features_2_2.html.en =================================================================== Overview of new features in Apache 2.2 - Apache HTTP Server
<-

Overview of new features in Apache 2.2

Available Languages:  en 

This document describes some of the major changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document.

top

Core Enhancements

Authn/Authz
...
Caching
...
Proxying
The new mod_proxy_balancer module provides load balancing services for mod_proxy. The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat.
Smart Filters
...
top

Module Enhancements

mod_authnz_ldap
This module is a port of the 2.0 mod_auth_ldap module to the 2.2 Authn/Authz framework. New features include using LDAP attribute values and complicated search filters in the Require directive.
mod_info
Added a new ?config argument which will show the configuration directives as parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V.
top

Module Developer Changes

APR 1.0 API
Apache 2.2 uses the APR 1.0 API. All depreciated functions and symbols have been removed from APR and APR-Util. For details, see the APR Website.
Connection Error Logging
A new function, ap_log_cerror has been added to log errors that occure with the client's connection. When logged, the message includes the client IP address.
Test Configuration Hook Added
A new hook, test_config has been added to aid modules that want to execute special code only when the user passes -t to httpd.
Set Threaded MPM's Stacksize
A new directive, ThreadStackSize has been added to set the stack size on all threaded MPMs. This is required for some third-party modules on platforms with small default thread stack size.

Available Languages:  en 

1.1 httpd-2.0/docs/manual/new_features_2_2.xml Index: new_features_2_2.xml =================================================================== Overview of new features in Apache 2.2

This document describes some of the major changes between the 2.0 and 2.2 versions of the Apache HTTP Server. For new features since version 1.3, see the 2.0 new features document.

Core Enhancements
Authn/Authz
...
Caching
...
Proxying
The new mod_proxy_balancer module provides load balancing services for mod_proxy. The new mod_proxy_ajp module adds support for the Apache JServ Protocol version 1.3 used by Apache Tomcat.
Smart Filters
...
Module Enhancements
mod_authnz_ldap
This module is a port of the 2.0 mod_auth_ldap module to the 2.2 Authn/Authz framework. New features include using LDAP attribute values and complicated search filters in the Require directive.
mod_info
Added a new ?config argument which will show the configuration directives as parsed by Apache, including their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V.
Module Developer Changes
APR 1.0 API
Apache 2.2 uses the APR 1.0 API. All depreciated functions and symbols have been removed from APR and APR-Util. For details, see the APR Website.
Connection Error Logging
A new function, ap_log_cerror has been added to log errors that occure with the client's connection. When logged, the message includes the client IP address.
Test Configuration Hook Added
A new hook, test_config has been added to aid modules that want to execute special code only when the user passes -t to httpd.
Set Threaded MPM's Stacksize
A new directive, ThreadStackSize has been added to set the stack size on all threaded MPMs. This is required for some third-party modules on platforms with small default thread stack size.
1.1 httpd-2.0/docs/manual/new_features_2_2.xml.meta Index: new_features_2_2.xml.meta =================================================================== new_features_2_2 / . en