From: Stefan Fritsch Date: Tue, 13 Sep 2011 20:39:44 +0000 (+0000) Subject: mention mod_deflate optimization; ap_expr is based on mod_ssl X-Git-Tag: 2.3.15~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ee93628fd1c2d05c2eef43483fd3baa88a288fe;p=apache mention mod_deflate optimization; ap_expr is based on mod_ssl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170338 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index ebf1b37fd4..352273f85a 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -249,7 +249,7 @@
We now have a general-purpose expression parser, whose API is exposed in ap_expr.h. This is adapted from the expression parser previously implemented in - mod_include.
+ mod_ssl.
Authorization Logic Containers
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 56ab731a00..c503ddda1d 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -281,8 +281,12 @@ warning. Any address/port combination appearing in multiple virtual hosts is implicitly treated as a name-based virtual host. + +
  • mod_deflate will now skip compression if it knows + that the size overhead added by the compression is larger than the data + to be compressed. +
  • -