From 05f59ab2db7ff901bd1f51dfb8268471082287be Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 12 May 2008 16:07:13 +0000 Subject: [PATCH] docc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655543 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_2.html.en | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index 7f461dd412..9a59e078c4 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -100,7 +100,7 @@ bodies has also been added.
Event MPM
-
The event MPM uses a seperate thread to handle +
The event MPM uses a separate thread to handle Keep Alive requests and accepting connections. Keep Alive requests have traditionally required httpd to dedicate a worker to handle it. This dedicated worker could not be used again until the Keep Alive @@ -122,7 +122,7 @@
Modules in the aaa directory have been renamed and offer better support for digest authentication. For example, mod_auth is now split into mod_auth_basic and - mod_auth_file; mod_auth_dbm is now called + mod_authn_file; mod_auth_dbm is now called mod_authn_dbm; mod_access has been renamed mod_authz_host. There is also a new mod_authn_alias module for simplifying @@ -136,6 +136,14 @@ complicated search filters in the Require directive.
+
mod_authz_owner
+
A new module that authorizes access to files based + on the owner of the file on the file system
+ +
mod_version
+
A new module that allows configuration blocks to be enabled based on the + version number of the running server.
+
mod_info
Added a new ?config argument which will show the configuration directives as parsed by Apache, including @@ -197,7 +205,7 @@
Connection Error Logging
A new function, ap_log_cerror has been added to log - errors that occure with the client's connection. When logged, + errors that occur with the client's connection. When logged, the message includes the client IP address.
Test Configuration Hook Added
-- 2.40.0