From: Joe Orton Date: Thu, 24 Feb 2005 18:11:57 +0000 (+0000) Subject: Update transformation. X-Git-Tag: 2.1.4~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33ca808c6aa32a1235e07d4d1ef78592b48e543c;p=apache Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155219 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index 2c36cba2cc..26d358ad8a 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -60,9 +60,9 @@ Apache Tomcat.
Regular Expression Library Updated
-
Apache 2.2 includes version 5.0 of the +
Version 5.0 of the Perl Compatible Regular Expression - Library (PCRE).
+ Library (PCRE) is now included.
Smart Filtering
mod_filter introduces dynamic configuration @@ -71,6 +71,12 @@ variable, and dispenses with the more problematic dependencies and ordering problems in the 2.0 architecture.
+
Large File Support
+ +
httpd is now built with support for files larger than 2Gb on + modern 32-bit Unix systems. Support for handling >2Gb request + bodies has also been added.
+
top