]> granicus.if.org Git - apache/commitdiff
mention mod_deflate optimization; ap_expr is based on mod_ssl
authorStefan Fritsch <sf@apache.org>
Tue, 13 Sep 2011 20:39:44 +0000 (20:39 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 13 Sep 2011 20:39:44 +0000 (20:39 +0000)
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
docs/manual/upgrading.xml

index ebf1b37fd48c11e40d84791693f4ce28bf5a345f..352273f85ac6538a284576a284f38735c69d46a0 100644 (file)
       <dd>We now have a general-purpose expression parser, whose API is
           exposed in <var>ap_expr.h</var>.  This is adapted from the
           expression parser previously implemented in
-          <module>mod_include</module>.</dd>
+          <module>mod_ssl</module>.</dd>
 
       <dt>Authorization Logic Containers</dt>
       
index 56ab731a004f7ebaea971d757cb9a8917812e4e9..c503ddda1da839033e2dabe42c8ece0d3a35b181 100644 (file)
       warning.  Any address/port combination appearing in multiple
       virtual hosts is implicitly treated as a name-based virtual host.
       </li>
+
+      <li><module>mod_deflate</module> will now skip compression if it knows
+      that the size overhead added by the compression is larger than the data
+      to be compressed.
+      </li>
     </ul>
-    
 
   </section>