From: André Malo Date: Wed, 14 Nov 2007 14:24:18 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.2.7~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0869aaf873ba1ca8653b669d93c98aca86e554a;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/glossary.html.fr b/docs/manual/glossary.html.fr index 113cfe204d6..119f97edba1 100644 --- a/docs/manual/glossary.html.fr +++ b/docs/manual/glossary.html.fr @@ -33,6 +33,7 @@

Définitions

+
Algorithme
Une formule sans ambiguité ou un jeu de règles destinées à @@ -127,7 +128,6 @@ pour décrire les directives d'Apache
-
Contrôle d'accès (Access Control)
La restriction d'accès à des zones du réseau. Habituellement @@ -534,7 +534,8 @@ Localisation de Ressource Uniformis
X.509
Une norme de certificat d'authentification recommandée par l'International Telecommunication Union (ITU-T) et utilisée pour - l'authentification SSL/TLS.
Voir : chiffrement SSL/TLS + l'authentification SSL/TLS.
Voir : + chiffrement SSL/TLS
diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index fafa6b6f98b..ab3a7f11599 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -689,15 +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 3bb3adda760..5e708bbfb05 100644 --- a/docs/manual/programs/configure.xml.ko +++ b/docs/manual/programs/configure.xml.ko @@ -1,7 +1,7 @@ - +