diff options
author | Eric Covener <covener@apache.org> | 2011-03-07 15:34:31 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-03-07 15:34:31 +0100 |
commit | 4a7e9bde3701352241e06fd3db795a25d9eba325 (patch) | |
tree | 1a622a4348f6f660667654197b0b1a0853634fb6 /docs | |
parent | Note release date (diff) | |
download | apache2-4a7e9bde3701352241e06fd3db795a25d9eba325.tar.xz apache2-4a7e9bde3701352241e06fd3db795a25d9eba325.zip |
mention <if> in new_features for 2.3/2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078782 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/new_features_2_4.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 4181185d7c..2bf80a61a2 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -56,6 +56,10 @@ <dt>Asynchronous support</dt> <dd>Better support for asynchronous read/write for supporting MPMs and platforms.</dd> + + <dt>Per-request configuration sections</dt> + <dd><<directive module="core">If</directive>> sections can be used to + set the configuration based on per-request criteria</dd> </dl> </section> |