From 6ee93628fd1c2d05c2eef43483fd3baa88a288fe Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Tue, 13 Sep 2011 20:39:44 +0000 Subject: [PATCH] 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 --- docs/manual/new_features_2_4.xml | 2 +- docs/manual/upgrading.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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. +
  • - -- 2.40.0