From: Stefan Fritsch Date: Wed, 23 Nov 2011 19:58:05 +0000 (+0000) Subject: Merge r1205550: X-Git-Tag: 2.3.16~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=367e834ebba5d88bdb9bdc7b1561d5b660b1b8aa;p=apache Merge r1205550: The expression parser is not only a developer change. Mention reduced memory usage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index f51981d710..d50e05653a 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -60,6 +60,21 @@
<If> sections can be used to set the configuration based on per-request criteria
+
General-purpose expression parser
+
A new expression parser allows to specify + complex conditions using a common syntax + in directives like + SetEnvIfExpr, + RewriteCond, + Header, + If, + and others. +
+ +
Reduced memory usage
+
Despite many new features, 2.4.x tends to use less memory than + 2.2.x.
+
NameVirtualHost directive
No longer needed and is now deprecated.
@@ -273,13 +288,6 @@ expression parser previously implemented in mod_ssl. -
The expression parser allows to specify - complex conditions in directives like - SetEnvIfExpr, - RewriteCond, and - Header. -
-
Authorization Logic Containers
Authorization modules now register as a provider, via