diff options
author | Rich Bowen <rbowen@apache.org> | 2012-12-28 19:03:47 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-12-28 19:03:47 +0100 |
commit | 5f6a3a63d799cd72dc200c3d1cbd7b599f909595 (patch) | |
tree | 65c81bd18d6b1516c33ead6dd8f6739af12efac1 /docs/manual/new_features_2_4.xml | |
parent | Add notes about compiling from Unix sources (diff) | |
download | apache2-5f6a3a63d799cd72dc200c3d1cbd7b599f909595.tar.xz apache2-5f6a3a63d799cd72dc200c3d1cbd7b599f909595.zip |
Add links to the relevant docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1426597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_4.xml')
-rw-r--r-- | docs/manual/new_features_2_4.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 2f4e0873cc..f12facb7be 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -35,11 +35,13 @@ <title>Core Enhancements</title> <dl> <dt>Loadable MPMs</dt> - <dd>Multiple MPMs can now be built as loadable modules at compile time. + <dd>Multiple MPMs can now be <a href="mpm.html#dynamic">built + as loadable modules</a> at compile time. The MPM of choice can be configured at run time.</dd> <dt>Event MPM</dt> - <dd>The Event MPM is no longer experimental but is now fully supported.</dd> + <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental + but is now fully supported.</dd> <dt>Asynchronous support</dt> <dd>Better support for asynchronous read/write for supporting MPMs and |