From 0718cf400c2800de1724bcf5bc23cce458dcd9cb Mon Sep 17 00:00:00 2001 From: Tony Stevenson Date: Fri, 2 Nov 2007 15:35:07 +0000 Subject: [PATCH] Fixed up as per PR#28310, back-ported from /trunk/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@591365 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.html.en | 11 +++++++++-- docs/manual/programs/configure.xml | 9 ++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 60de5d3a446..3e2fa198a71 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.2 > Programs

configure - Configure the source tree

Available Languages:  en  | - ko 

+ ko 

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

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 +937,7 @@

Available Languages:  en  | - ko 

+ ko 

diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 5a50a87913f..425098cbcc2 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -1,4 +1,4 @@ - + @@ -695,6 +695,13 @@

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.47.2