From: André Malo Langues Disponibles: de |
en |
fr |
- ja |
- ko
Configuration d'Apache pour l'écoute sur un port et une adresse IP spécifiques.
@@ -159,8 +159,8 @@Langues Disponibles: de | en | fr | - ja | - ko
+ ja | + ko diff --git a/docs/manual/configuring.html.de b/docs/manual/configuring.html.de index 1d7d48d2f19..a279fd19296 100644 --- a/docs/manual/configuring.html.de +++ b/docs/manual/configuring.html.de @@ -20,6 +20,7 @@ @@ -175,6 +176,7 @@This document describes the files used to configure the Apache @@ -161,8 +161,8 @@ HTTP server.
Available Languages: de | en | fr | - ja | - ko
+ ja | + ko diff --git a/docs/manual/configuring.html.fr b/docs/manual/configuring.html.fr index f4b40854f72..ae5400c79a4 100644 --- a/docs/manual/configuring.html.fr +++ b/docs/manual/configuring.html.fr @@ -21,8 +21,8 @@Langues Disponibles: de | en | fr | - ja | - ko
+ ja | + koCe document décrit les fichiers utilisés pour configurer @@ -177,8 +177,8 @@ le Serveur HTTP Apache.
Langues Disponibles: de | en | fr | - ja | - ko
+ ja | + ko diff --git a/docs/manual/configuring.html.ja.euc-jp b/docs/manual/configuring.html.ja.euc-jp index 44a53a01528..fe11d1bd481 100644 --- a/docs/manual/configuring.html.ja.euc-jp +++ b/docs/manual/configuring.html.ja.euc-jp @@ -20,6 +20,7 @@ @@ -163,6 +164,7 @@This glossary defines some of the common terminology related to Apache in @@ -450,7 +450,7 @@ en | es | fr | - ko
+ ko diff --git a/docs/manual/glossary.html.es b/docs/manual/glossary.html.es index 2066c9d698a..09c4f23fc32 100644 --- a/docs/manual/glossary.html.es +++ b/docs/manual/glossary.html.es @@ -21,6 +21,7 @@Idiomas disponibles: de | en | es | + fr | ko
Ce glossaire définit la terminologie courante relative à Apache en @@ -543,7 +543,7 @@ Localisation de Ressource Uniformis en | es | fr | - ko
+ ko diff --git a/docs/manual/glossary.html.ko.euc-kr b/docs/manual/glossary.html.ko.euc-kr index 5d62410752c..047655affec 100644 --- a/docs/manual/glossary.html.ko.euc-kr +++ b/docs/manual/glossary.html.ko.euc-kr @@ -21,6 +21,7 @@°¡´ÉÇÑ ¾ð¾î: de | en | es | + fr | ko
@@ -92,8 +92,8 @@ en | es | fr | - ja | - ko | + ja | + ko | pt-br +Dieses Dokument umfaßt nur die Kompilierung und Installation des Apache HTTP Servers auf Unix und Unix-ähnlichen Systemen. Für die diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index da89943833e..3ed0b88106f 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -22,8 +22,8 @@ en | es | fr | - ja | - ko
+ ja | + ko @@ -416,8 +416,8 @@ en | es | fr | - ja | - ko + ja | + ko diff --git a/docs/manual/install.html.fr b/docs/manual/install.html.fr index da11875df05..1407cbfafdc 100644 --- a/docs/manual/install.html.fr +++ b/docs/manual/install.html.fr @@ -173,10 +173,23 @@apr
ou apr-util
, versions 1.0 ou 1.1,
sont installés sur votre système, vous devez soit mettre à jour vos
installations apr
/apr-util
vers la version
- 1.2, soit faire en sorte que httpd utilise des constructions séparées.
- Pour utiliser les sources incluses
- apr
/apr-util
de cette manière, vous devez
- les installer manuellement :
+ 1.2, forcer l'utilisation des bibliothèques intégrées,
+ soit faire en sorte que httpd utilise des constructions séparées.
+ Pour utiliser les sources de
+ apr
/apr-util
incluses, utilisez l'option
+ --with-included-apr
du script configure :
+
+
+ # Forcer l'utilisation des sources de apr/apr-util intégrées
+ ./configure --with-included-apr
+
apr
/apr-util
:
# Construction et installation apr 1.2
diff --git a/docs/manual/logs.html.ja.euc-jp b/docs/manual/logs.html.ja.euc-jp
index cfa94002631..db56b10b385 100644
--- a/docs/manual/logs.html.ja.euc-jp
+++ b/docs/manual/logs.html.ja.euc-jp
@@ -22,6 +22,8 @@
ja |
ko
¥¦¥§¥Ö¥µ¡¼¥Ð¤ò¸ú²ÌŪ¤Ë´ÉÍý¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¥µ¡¼¥Ð¤Î³èư¤ä¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¡¢ º£È¯À¸¤·¤Æ¤¤¤ë¤«¤â¤·¤ì¤Ê¤¤ÌäÂê¤Ë´Ø¤¹¤ë¥Õ¥£¡¼¥É¥Ð¥Ã¥¯¤òÆÀ¤ë¤³¤È¤¬É¬ÍפǤ¹¡£ diff --git a/docs/manual/mod/mod_authn_dbd.html.en b/docs/manual/mod/mod_authn_dbd.html.en index d09e410e89a..cfe842bfa74 100644 --- a/docs/manual/mod/mod_authn_dbd.html.en +++ b/docs/manual/mod/mod_authn_dbd.html.en @@ -53,6 +53,7 @@
AuthName
AuthDBDUserPWQuery "select password from authn where username = %s"
</Directory>
+
++Whenever a query is made to the database server, all columns returned by +the query are placed in the environment, using environment variables with +the prefix "AUTHENTICATE_". +
+If a database query for example returned the username, full name +and telephone number of a user, a CGI program will have access to +this information without the need to make a second independent database +query to gather this additional information.
+This has the potential to dramatically simplify the coding and +configuration required in some web applications. +
AuthDBDUserPWQuery "SELECT password FROM authn WHERE username = %s"
If httpd was built against apr v1.3.0 or higher, any additional
+ columns specified in the select statement will be inserted into
+ the environment with the name AUTHENTICATE_<COLUMN>
.
+
If httpd was built against apr v1.3.0 or higher, any additional
+ columns specified in the select statement will be inserted into
+ the environment with the name AUTHENTICATE_<COLUMN>
.
+
mod_authnz_ldap
@@ -567,6 +568,22 @@ Require valid-user
directive, instead of ldap://.
Whenever a query is made to the LDAP server, all LDAP attributes + returned by the query are placed in the environment, using environment + variables with the prefix "AUTHENTICATE_".
+ +If an LDAP query for example returned the username, common name + and telephone number of a user, a CGI program will have access to + this information without the need to make a second independent LDAP + query to gather this additional information.
+ +This has the potential to dramatically simplify the coding and + configuration required in some web applications.
+ +