From: André Malo Date: Wed, 14 Nov 2007 14:23:35 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~1267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8db96d6f375df4f73eb2104a62476bf7657874bc;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594897 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 60e16beb4a..37ac5dc5f4 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -689,14 +689,18 @@

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"

-

+

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
This option behaves similar to --enable-mods-shared, but will link the given modules statically. This mean, these modules diff --git a/docs/manual/programs/configure.xml.ko b/docs/manual/programs/configure.xml.ko index 08843f3b9b..9cbe31fa09 100644 --- a/docs/manual/programs/configure.xml.ko +++ b/docs/manual/programs/configure.xml.ko @@ -1,7 +1,7 @@ - +