Skip to content

Commit ad187f4

Browse files
author
Stefan Fritsch
committed
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
1 parent fff7d80 commit ad187f4

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

docs/manual/new_features_2_4.xml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@
6060
<dd>&lt;<directive module="core">If</directive>&gt; sections can be used to
6161
set the configuration based on per-request criteria</dd>
6262

63+
<dt>General-purpose expression parser</dt>
64+
<dd>A new expression parser allows to specify
65+
<a href="expr.html">complex conditions</a> using a common syntax
66+
in directives like
67+
<directive module="mod_setenvif">SetEnvIfExpr</directive>,
68+
<directive module="mod_rewrite">RewriteCond</directive>,
69+
<directive module="mod_headers">Header</directive>,
70+
<directive module="mod_headers" type="section">If</directive>,
71+
and others.
72+
</dd>
73+
74+
<dt>Reduced memory usage</dt>
75+
<dd>Despite many new features, 2.4.x tends to use less memory than
76+
2.2.x.</dd>
77+
6378
<dt>NameVirtualHost directive</dt>
6479
<dd>No longer needed and is now deprecated.</dd>
6580

@@ -273,13 +288,6 @@
273288
expression parser previously implemented in
274289
<module>mod_ssl</module>.</dd>
275290

276-
<dd>The expression parser allows to specify
277-
<a href="expr.html">complex conditions</a> in directives like
278-
<directive module="mod_setenvif">SetEnvIfExpr</directive>,
279-
<directive module="mod_rewrite">RewriteCond</directive>, and
280-
<directive module="mod_headers">Header</directive>.
281-
</dd>
282-
283291
<dt>Authorization Logic Containers</dt>
284292

285293
<dd>Authorization modules now register as a provider, via

0 commit comments

Comments
 (0)