From 4a257285014ff49762b3e2ee2ba951d8a5ed8af0 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Wed, 23 Nov 2011 19:52:29 +0000 Subject: [PATCH] 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 --- docs/manual/new_features_2_4.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) 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 -- 2.40.0