From: André Malo Date: Mon, 12 Oct 2015 18:33:55 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.5.0-alpha~2718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9e3d4436d325cda3626a50d585bba9246d333b;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708194 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 8ef543fb518..70ef9196861 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -33,8 +33,6 @@  ja  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:Fonctionnalités de base du serveur HTTP Apache toujours disponibles
Statut:Core
@@ -643,16 +641,30 @@ AllowOverrideList CookieTracking CookieName
top

Directive AsyncFilter

- + - -
Description:Set the minimum filter type eligible for asynchronous handling
Description:Définit le type de filtrage minimal disponible pour le + traitement asynchrone
Syntaxe:AsyncFilter request|connection|network
Défaut:AsyncFilter request
Contexte:configuration du serveur, serveur virtuel
Statut:Core
Module:core
Compatibilité:Only available from Apache 2.5.0 and later.

La documentation de cette directive - n'a pas encore t traduite. Veuillez vous reporter la version - en langue anglaise.

+Compatibilité:Disponible à partir de la version 2.5.0 du serveur + HTTP Apache + +

Cette directive permet de définir les niveaux minimaux de + filtrage disponibles pour le traitement asynchrone. Son + utilisation s'avère nécessaire pour le support des filtres + externes anciens qui ne géraient pas les meta-conteneurs + correctement.

+ +

Si elle est définie à "network", le traitement asynchrone se + limitera aux filtrages réseau. Si elle est définie à + "connection", tous les filtres de réseau et de connexion seront + disponibles pour le traitement asynchrone, y compris + mod_ssl. Si elle est définie à "request", tous + les filtres seront disponibles pour le traitement asynchrone.

+ +
top

Directive CGIMapExtension

diff --git a/docs/manual/mod/core.xml.meta b/docs/manual/mod/core.xml.meta index b9d96ee4c52..e78755527af 100644 --- a/docs/manual/mod/core.xml.meta +++ b/docs/manual/mod/core.xml.meta @@ -10,7 +10,7 @@ deenes - fr + frjatr diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 0cdd7065b82..7f1ec13e7a7 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -73,22 +73,29 @@
- +
Description:H2 Direct Protocol Switch
Syntax:H2Direct on|off
Default:H2Direct on (for non TLS)
Default:H2Direct off
Context:server config, virtual host
Status:Extension
Module:mod_http2

- This directive toggles the usage of the HTTP/2 Direct Mode. This + This directive toggles the usage of the HTTP/2 Direct Mode. For https, this should be used inside a <VirtualHost> - section to enable direct HTTP/2 communication for that virtual host. + section to enable direct HTTP/2 communication for that virtual host. For + http, this directive only works in server configurations. +

+

Direct communication means that if the first bytes received by the server on a connection match the HTTP/2 preamble, the HTTP/2 protocol is switched to immediately without further negotiation. This mode falls outside the RFC 7540 but has become widely implemented - as it is very convenient for development and testing. - By default the direct HTTP/2 mode is enabled. + on cleartext ports as it is very convenient for development and testing. +

+

+ Since this detection implies that the client will send data on + new connection immediately, direct HTTP/2 mode is disabled by + default.

Example

H2Direct on
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 19ad11c6dc0..76a977ce2d0 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -29,8 +29,6 @@

Langues Disponibles:  en  |  fr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
@@ -452,7 +450,10 @@ la r d'environnement SSL . Si mod_ssl n'est pas chargé, cette variable contiendra toujours une chaîne vide. Exemple : %{SSL:SSL_CIPHER_USEKEYSIZE} pourra - contenir la valeur 128. + contenir la valeur 128. Ces variables sont + disponibles même si l'option StdEnvVars de la + directive SSLOptions n'a + pas été définie.
  • On peut utiliser %{HTTP:en-tête}, où diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index 0be21e86f4d..decc0a7b1e8 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 66f9e8c0fcb..6c8dce675c9 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -503,7 +503,7 @@ angegebenen MIME-Content-Type will exit.
  • - + diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index cabae35fd6b..5d53f96e123 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -498,7 +498,7 @@ media type in the HTTP Content-Type header field will exit. - + diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 36a79c8b99f..ef4185a06e9 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -505,7 +505,7 @@ media type in the HTTP Content-Type header field will exit. - + diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index c9c3006a682..6fd15a60d5b 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -474,7 +474,7 @@ request - + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index d943cab7ba9..6aae3d30afc 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -473,7 +473,7 @@ media type in the HTTP Content-Type header field will exit. - + diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 2ce63649906..537cd99397e 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -495,7 +495,7 @@ found - + diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index ef97051ca04..56a5cebc940 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -493,7 +493,7 @@ media type in the HTTP Content-Type header field will exit. - +
    Description:Ce module fournit un moteur de réécriture à base de règles permettant de réécrire les URLs des requêtes à la volée
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    GracefulShutDownTimeout secondssM
    穏やかな停止をかけた後、終了するまで待つ時間
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    GracefulShutDownTimeout saniyesM
    Sunucunun nazikçe kapatılmasının ardından ana süreç çıkana kadar geçecek süre için bir zaman aşımı belirler.
    Group unix-grubu #-1 sT
    İsteklere yanıt verecek sunucunun ait olacağı grubu belirler.
    H2Direct on|off on (for non TLS) skE
    H2 Direct Protocol Switch
    H2Direct on|off off skE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 skE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.
    Group unix-group #-1 sB
    Group under which the server will answer requests
    H2Direct on|off on (for non TLS) svE
    H2 Direct Protocol Switch
    H2Direct on|off off svE
    H2 Direct Protocol Switch
    H2MaxSessionStreams n 100 svE
    Maximum number of active streams per HTTP/2 session.
    H2MaxWorkerIdleSeconds n 600 sE
    Maximum number of seconds h2 workers remain idle until shut down.
    H2MaxWorkers nsE
    Maximum number of worker threads to use per child process.