From: Stefan Fritsch Date: Wed, 23 Nov 2011 19:52:29 +0000 (+0000) Subject: The expression parser is not only a developer change. X-Git-Tag: 2.5.0-alpha~7821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a257285014ff49762b3e2ee2ba951d8a5ed8af0;p=thirdparty%2Fapache%2Fhttpd.git The expression parser is not only a developer change. Mention reduced memory usage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index f51981d7109..d50e05653af 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