|
60 | 60 | <dd><<directive module="core">If</directive>> sections can be used to |
61 | 61 | set the configuration based on per-request criteria</dd> |
62 | 62 |
|
| 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 | + |
63 | 78 | <dt>NameVirtualHost directive</dt> |
64 | 79 | <dd>No longer needed and is now deprecated.</dd> |
65 | 80 |
|
|
273 | 288 | expression parser previously implemented in |
274 | 289 | <module>mod_ssl</module>.</dd> |
275 | 290 |
|
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 | | - |
283 | 291 | <dt>Authorization Logic Containers</dt> |
284 | 292 |
|
285 | 293 | <dd>Authorization modules now register as a provider, via |
|
0 commit comments