You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/06/28 19:50:47 UTC

svn commit: r1750567 - /httpd/httpd/trunk/docs/manual/programs/configure.xml

Author: wrowe
Date: Tue Jun 28 19:50:47 2016
New Revision: 1750567

URL: http://svn.apache.org/viewvc?rev=1750567&view=rev
Log:
--enable-mods-[shared|static]=none has *never* done anything special.

Modified:
    httpd/httpd/trunk/docs/manual/programs/configure.xml

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml?rev=1750567&r1=1750566&r2=1750567&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml Tue Jun 28 19:50:47 2016
@@ -290,10 +290,10 @@
 
     <section id="choosemodules"><title>Choosing modules to compile</title>
       <p>Most modules are compiled by default and have to be disabled
-        explicitly or by using the keywords <code>few</code> or
-        <code>none</code> (see <code>--enable-modules</code>,
-        <code>--enable-mods-shared</code> and <code>--enable-mods-static</code>
-        below for further explanation) to be removed.</p>
+        explicitly or by using the keyword <code>few</code> 
+        (see <code>--enable-modules</code>, <code>--enable-mods-shared</code>
+        and <code>--enable-mods-static</code> below for further explanation)
+        or <code>--enable-modules=none</code> to be removed as a group.</p>
 
         <p>Other modules are not compiled by default and have to be enabled
         explicitly or by using the keywords <code>all</code> or
@@ -404,7 +404,7 @@
             --enable-mods-shared='headers rewrite dav'
           </example>
           <p>Additionally you can use the special keywords <code>reallyall</code>,
-            <code>all</code>, <code>most</code>, <code>few</code> and <code>none</code>.
+            <code>all</code>, <code>most</code> and <code>few</code>.
             For example,</p>
           <example>
             --enable-mods-shared=most