From: William A. Rowe Jr Date: Tue, 28 Jun 2016 19:56:57 +0000 (+0000) Subject: --enable-mods-[shared|static]=none has *never* done anything special. X-Git-Tag: 2.4.23~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6111825c9e4e52e3d558ca1ae02a56782cff1ee6;p=apache --enable-mods-[shared|static]=none has *never* done anything special. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750571 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 387ff084a1..f9821d7afa 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -290,10 +290,10 @@
Choosing modules to compile

Most modules are compiled by default and have to be disabled - explicitly or by using the keywords few or - none (see --enable-modules, - --enable-mods-shared and --enable-mods-static - below for further explanation) to be removed.

+ explicitly or by using the keyword few + (see --enable-modules, --enable-mods-shared + and --enable-mods-static below for further explanation) + or --enable-modules=none to be removed as a group.

Other modules are not compiled by default and have to be enabled explicitly or by using the keywords all or @@ -404,7 +404,7 @@ --enable-mods-shared='headers rewrite dav'

Additionally you can use the special keywords reallyall, - all, most, few and none. + all, most and few. For example,

--enable-mods-shared=most