From: Paul Querna Date: Sun, 7 Nov 2004 06:01:50 +0000 (+0000) Subject: First Swing at a 2.0 -> 2.2 New Features Document. X-Git-Tag: 2.1.1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6eda8a71fea5833c92b2ba8a61e4043f92a7ebe;p=apache 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.html b/docs/manual/new_features_2_2.html new file mode 100644 index 0000000000..988bee5b95 --- /dev/null +++ b/docs/manual/new_features_2_2.html @@ -0,0 +1,3 @@ +URI: new_features_2_2.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en new file mode 100644 index 0000000000..bbf6a9b6ae --- /dev/null +++ b/docs/manual/new_features_2_2.html.en @@ -0,0 +1,112 @@ + + + +Overview of new features in Apache 2.2 - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1

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 

+
+ \ No newline at end of file diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml new file mode 100644 index 0000000000..5614ca5e0f --- /dev/null +++ b/docs/manual/new_features_2_2.xml @@ -0,0 +1,105 @@ + + + + + + + + + +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.
+
+
+
diff --git a/docs/manual/new_features_2_2.xml.meta b/docs/manual/new_features_2_2.xml.meta new file mode 100644 index 0000000000..31bbcaabb4 --- /dev/null +++ b/docs/manual/new_features_2_2.xml.meta @@ -0,0 +1,11 @@ + + + + new_features_2_2 + / + . + + + en + +