From 074012528d1c2a08b5f8c8f1131536795f716f66 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 24 Nov 2013 17:32:35 +0000 Subject: [PATCH] Merge r1545015 from trunk: drop a caveat with an outdated example, there is now "reallyall" documented above. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1545016 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index e1adab6799..8212e966fd 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
-- 2.40.0