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:43:47 UTC

svn commit: r1688011 - /httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml

Author: lgentis
Date: Sun Jun 28 13:43:47 2015
New Revision: 1688011

URL: http://svn.apache.org/r1688011
Log:
XML update.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml?rev=1688011&r1=1688010&r2=1688011&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml Sun Jun 28 13:43:47 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> directive.</dd>
 
       <dt>Event MPM</dt>
       <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental