From: Eric Covener Date: Sun, 24 Nov 2013 17:32:00 +0000 (+0000) Subject: drop a caveat with an outdated example, there is now "reallyall" documented above. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b41f22a0248309d0dd9e7e0e1f696381df611f0;p=thirdparty%2Fapache%2Fhttpd.git drop a caveat with an outdated example, there is now "reallyall" documented above. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1545015 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index e1adab67993..8212e966fd1 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -428,16 +428,6 @@ LoadModule directives for all built modules can be activated via the configure option --enable-load-all-modules.

-

Caveat: - --enable-mods-shared=all does not actually build all - modules. To build all modules then, one might use:

- - ./configure \
- - --with-ldap \
- --enable-mods-shared="all ssl ldap cache proxy authn_alias file_cache authnz_ldap charset_lite dav_lock cache_disk" -
-
--enable-mods-static=MODULE-LIST