From: André Malo Date: Wed, 14 Nov 2007 14:23:26 +0000 (+0000) Subject: fix xml validity X-Git-Tag: 2.2.7~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c8ede81549af40026328070bf5aab28f51ca92;p=thirdparty%2Fapache%2Fhttpd.git fix xml validity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594896 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/glossary.xml.fr b/docs/manual/glossary.xml.fr index 739941b5b9a..8f74ca79104 100644 --- a/docs/manual/glossary.xml.fr +++ b/docs/manual/glossary.xml.fr @@ -4,7 +4,6 @@ - + Glossaire @@ -35,6 +35,7 @@
Définitions +
Algorithme
Une formule sans ambiguité ou un jeu de règles destinées à @@ -133,7 +134,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 @@ -558,11 +558,9 @@ Localisation de Ressource Uniformisée
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.xml b/docs/manual/programs/configure.xml index 425098cbcc2..740c8d636a4 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -695,15 +695,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