You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2015/06/28 15:26:27 UTC

svn commit: r1688003 - in /httpd/httpd/trunk/docs/manual: mod/mod_substitute.xml new_features_2_4.xml

Author: lgentis
Date: Sun Jun 28 13:26:26 2015
New Revision: 1688003

URL: http://svn.apache.org/r1688003
Log:
Typo and XML update.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml?rev=1688003&r1=1688002&r2=1688003&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_substitute.xml Sun Jun 28 13:26:26 2015
@@ -182,7 +182,7 @@ Substitute "s|http://internal.blog.examp
     <directive>SubstituteInheritBefore</directive> is itself inherited,
     hence contexts that inherit it (those that don't specify their own
     <directive>SubstituteInheritBefore</directive> value) will apply the
-    closest defined merge order.
+    closest defined merge order.</p>
 </usage>
 </directivesynopsis>
 

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1688003&r1=1688002&r2=1688003&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Sun Jun 28 13:26:26 2015
@@ -37,7 +37,8 @@
       <dt>Run-time Loadable MPMs</dt>
       <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>
+      The MPM of choice can be configured at run time via <directive
+      module="mod_so">LoadModule</directive>.</dd>
 
       <dt>Event MPM</dt>
       <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental