From: Lucien Gentis Date: Sun, 28 Jun 2015 13:26:26 +0000 (+0000) Subject: Typo and XML update. X-Git-Tag: 2.5.0-alpha~3043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6a86167f65a59a37cd57f59f8c33446d58da416;p=apache Typo and XML update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1688003 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index e0852f3c89..a44debd99f 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -182,7 +182,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i" SubstituteInheritBefore is itself inherited, hence contexts that inherit it (those that don't specify their own SubstituteInheritBefore value) will apply the - closest defined merge order. + closest defined merge order.

diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index e2a50bcd5a..09973389a3 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -37,7 +37,8 @@
Run-time Loadable MPMs
Multiple MPMs can now be built as loadable modules at compile time. - The MPM of choice can be configured at run time.
+ The MPM of choice can be configured at run time via LoadModule.
Event MPM
The Event MPM is no longer experimental