From 9a1048ea9aba2d0ec78c69fa7e6a5ab9eb296fe7 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 24 Nov 2013 17:32:00 +0000 Subject: [PATCH] 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 --- 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