From 328a4ceb34ac6756fdf166d730b303f322b77595 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 8 Oct 2015 22:35:03 +0000 Subject: [PATCH] Xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707628 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/mod/core.html.de | 14 + docs/manual/mod/core.html.en | 22 + docs/manual/mod/core.html.es | 14 + docs/manual/mod/core.html.fr | 16 + docs/manual/mod/core.html.ja.utf8 | 14 + docs/manual/mod/core.html.tr.utf8 | 13 + docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/directives.html.de | 1 + docs/manual/mod/directives.html.en | 1 + docs/manual/mod/directives.html.es | 1 + docs/manual/mod/directives.html.fr | 1 + docs/manual/mod/directives.html.ja.utf8 | 1 + docs/manual/mod/directives.html.ko.euc-kr | 1 + docs/manual/mod/directives.html.tr.utf8 | 1 + docs/manual/mod/directives.html.zh-cn.utf8 | 1 + docs/manual/mod/mpm_common.html.de | 10 +- docs/manual/mod/mpm_common.html.en | 80 +- docs/manual/mod/mpm_common.html.ja.utf8 | 6 +- docs/manual/mod/mpm_common.html.tr.utf8 | 2 +- docs/manual/mod/mpm_common.xml.de | 2 +- docs/manual/mod/mpm_common.xml.ja | 2 +- docs/manual/mod/mpm_common.xml.tr | 2 +- docs/manual/mod/quickreference.html.de | 1407 ++++++++-------- docs/manual/mod/quickreference.html.en | 1407 ++++++++-------- docs/manual/mod/quickreference.html.es | 1407 ++++++++-------- docs/manual/mod/quickreference.html.ja.utf8 | 1391 ++++++++-------- docs/manual/mod/quickreference.html.ko.euc-kr | 1403 ++++++++-------- docs/manual/mod/quickreference.html.tr.utf8 | 1419 +++++++++-------- .../manual/mod/quickreference.html.zh-cn.utf8 | 1407 ++++++++-------- 35 files changed, 5084 insertions(+), 4975 deletions(-) diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 51e7650dd3..f28e013e84 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -41,6 +41,7 @@ anonymous_logemail mod/mod_authn_anon.html#anonymous_logemail anonymous_mustgiveemail mod/mod_authn_anon.html#anonymous_mustgiveemail anonymous_nouserid mod/mod_authn_anon.html#anonymous_nouserid anonymous_verifyemail mod/mod_authn_anon.html#anonymous_verifyemail +asyncfilter mod/core.html#asyncfilter asyncrequestworkerfactor mod/event.html#asyncrequestworkerfactor authbasicauthoritative mod/mod_auth_basic.html#authbasicauthoritative authbasicfake mod/mod_auth_basic.html#authbasicfake diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 9ae90a4591..14ecf94b09 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -49,6 +49,7 @@ Servers
  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -512,6 +513,19 @@ erlaubt sind.
    top
    +

    AsyncFilter-Direktive

    + + + + + + + + +
    Beschreibung:Set the minimum filter type eligible for asynchronous handling
    Syntax:AsyncFilter request|connection|network
    Voreinstellung:AsyncFilter request
    Kontext:Serverkonfiguration, Virtual Host
    Status:Core
    Modul:core
    Kompatibilität:Only available from Apache 2.5.0 and later.

    Die Dokumentation zu dieser Direktive wurde + noch nicht übersetzt. Bitte schauen Sie in die englische + Version.

    +
    top

    CGIMapExtension-Direktive

  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -610,6 +611,27 @@ AllowOverrideList CookieTracking CookieName
  • Configuration Files
  • .htaccess Files
  • + +
    top
    +
    Beschreibung:Technik zur Bestimmung des Interpreters für diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 825885308a..56247d7dd6 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -46,6 +46,7 @@ available
    + + + + + + + +
    Description:Set the minimum filter type eligible for asynchronous handling
    Syntax:AsyncFilter request|connection|network
    Default:AsyncFilter request
    Context:server config, virtual host
    Status:Core
    Module:core
    Compatibility:Only available from Apache 2.5.0 and later.
    +

    This directive controls the minimum filter levels that are eligible + for asynchronous handling. This may be necessary to support legacy external + filters that did not handle meta buckets correctly.

    + +

    If set to "network", asynchronous handling will be limited to the network + filter only. If set to "connection", all connection and network filters + will be eligible for asynchronous handling, including mod_ssl. + If set to "request", all filters will be eligible for asynchronous handling.

    +
    top

    CGIMapExtension Directive

    diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 2e9ba48c6c..31f11f77a8 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -49,6 +49,7 @@
  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -536,6 +537,19 @@ be passed through
    top
    +

    AsyncFilter Directiva

    + + + + + + + + +
    Descripción:Set the minimum filter type eligible for asynchronous handling
    Sintaxis:AsyncFilter request|connection|network
    Valor por defecto:AsyncFilter request
    Contexto:server config, virtual host
    Estado:Core
    Módulo:core
    Compatibilidad:Only available from Apache 2.5.0 and later.

    The documentation for this directive has + not been translated yet. Please have a look at the English + version.

    +
    top

    CGIMapExtension Directiva

  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -638,6 +641,19 @@ AllowOverrideList CookieTracking CookieName
    top
    +
    Descripción:Technique for locating the interpreter for CGI diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 0b45cac8cb..8ef543fb51 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -33,6 +33,8 @@  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
    @@ -46,6 +48,7 @@ disponibles
    + + + + + + + +
    Description:Set the minimum filter type eligible for asynchronous handling
    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.

    +
    top

    Directive CGIMapExtension

    Description:Technique permettant de localiser l'interpréteur des diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 0ee3eeb1bc..11a9265350 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -49,6 +49,7 @@
  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -487,6 +488,19 @@
    top
    +

    AsyncFilter ディレクティブ

    + + + + + + + + +
    説明:Set the minimum filter type eligible for asynchronous handling
    æ§‹æ–‡:AsyncFilter request|connection|network
    デフォルト:AsyncFilter request
    コンテキスト:サーãƒè¨­å®šãƒ•ァイル, ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ›ã‚¹ãƒˆ
    ステータス:Core
    モジュール:core
    äº’æ›æ€§:Only available from Apache 2.5.0 and later.

    ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒ†ã‚£ãƒ–ã®è§£èª¬æ–‡æ›¸ã¯ + ã¾ã ç¿»è¨³ã•れã¦ã„ã¾ã›ã‚“。英語版をã”覧ãã ã•ã„。 +

    +
    top

    CGIMapExtension ディレクティブ

    diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 6b2766f40f..9b58bdbc7b 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -47,6 +47,7 @@
  • AllowEncodedSlashes
  • AllowOverride
  • AllowOverrideList
  • +
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • ContentDigest
  • @@ -649,6 +650,18 @@ httpd 2.1.5 ve sonrasında mevcuttur.
    top
    +
    説明:CGI スクリプトã®ã‚¤ãƒ³ã‚¿ãƒ¼ãƒ—リタã®ä½ç½®ã‚’調ã¹ã‚‹ãŸã‚ã®æ‰‹æ³•
    + + + + + + + +
    Açıklama:Set the minimum filter type eligible for asynchronous handling
    Sözdizimi:AsyncFilter request|connection|network
    Öntanımlı:AsyncFilter request
    BaÄŸlam:sunucu geneli, sanal konak
    Durum:Çekirdek
    Modül:core
    Uyumluluk:Only available from Apache 2.5.0 and later.

    Bu yönergenin belgesi henüz Türkçeye çevrilmedi. + Lütfen İngilizce sürümüne bakınız.

    +
    top

    CGIMapExtension Yönergesi

    Açıklama:CGI betik yorumlayıcısını saptama tekniğini belirler. diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index a4c4580a5e..13996c218a 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index e4af453f5a..a687e8cae8 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + + +