From: William A. Rowe Jr Date: Tue, 28 Jun 2016 19:50:47 +0000 (+0000) Subject: --enable-mods-[shared|static]=none has *never* done anything special. X-Git-Tag: 2.5.0-alpha~1447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02be4f2722841b8301ed78016942d76fe68370ab;p=apache --enable-mods-[shared|static]=none has *never* done anything special. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750567 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 40fe6c2a6a..1ff60e6201 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