From 860d755fedbea35ef60a9b9dfcb49f421e64c1db Mon Sep 17 00:00:00 2001 From: Tony Stevenson Date: Fri, 2 Nov 2007 15:39:20 +0000 Subject: [PATCH] Fixed up as per PR#28310, will back-port to /2.2/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591370 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.html.en | 10 ++++++++-- docs/manual/programs/configure.xml | 8 +++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index ae2061663e..32babd7fc6 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -19,7 +19,7 @@ Apache > HTTP Server > Documentation > Version 2.3 > Programs

configure - Configure the source tree

Available Languages:  en  | - ko 

+ ko 

The configure script configures the source tree @@ -689,6 +689,12 @@

will compile most modules and build them as DSO 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 mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"

+

--enable-modules=MODULE-LIST
@@ -930,7 +936,7 @@

Available Languages:  en  | - ko 

+ ko 

diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 6a09e17e95..5b5e719bda 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -1,4 +1,4 @@ - + @@ -695,6 +695,12 @@

will compile most modules and build them as DSO 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 mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"
+

--enable-modules=MODULE-LIST
-- 2.40.0