From 1c0e7545db83216fd49ca784b357d6eceacd1edb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 24 Feb 2005 18:05:49 +0000 Subject: [PATCH] Mention LFS support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155217 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_2.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 210efbd0209..bf0e4299a52 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -56,9 +56,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 @@ -67,6 +67,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.
+ -- 2.47.2