From 9b5b28f049be21d0820efd37367afe88856795fc Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 12 Sep 2011 14:24:27 +0000 Subject: Xforms changes... using SVN this time ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169762 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.fr | 2 +- docs/manual/mod/core.html.de | 30 +++ docs/manual/mod/core.html.en | 108 ++++++-- docs/manual/mod/core.html.es | 30 +++ docs/manual/mod/core.html.fr | 61 ++++- docs/manual/mod/core.html.ja.utf8 | 30 +++ docs/manual/mod/core.html.tr.utf8 | 28 ++ docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/directives.html.de | 2 + docs/manual/mod/directives.html.en | 2 + docs/manual/mod/directives.html.es | 2 + docs/manual/mod/directives.html.ja.utf8 | 2 + docs/manual/mod/directives.html.ko.euc-kr | 2 + docs/manual/mod/directives.html.tr.utf8 | 2 + docs/manual/mod/directives.html.zh-cn | 2 + docs/manual/mod/mod_rewrite.html.fr | 6 +- docs/manual/mod/quickreference.html.de | 4 + docs/manual/mod/quickreference.html.en | 4 + docs/manual/mod/quickreference.html.es | 368 +++++++++++++++++++++++++- docs/manual/mod/quickreference.html.ja.utf8 | 4 + docs/manual/mod/quickreference.html.ko.euc-kr | 4 + docs/manual/mod/quickreference.html.tr.utf8 | 4 + docs/manual/mod/quickreference.html.zh-cn | 4 + 25 files changed, 676 insertions(+), 31 deletions(-) (limited to 'docs/manual') diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 7986dc6446..5f438015da 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -151,7 +151,7 @@ listfunction ::= listfuncname "(" word ")" REQUEST_SCHEME Le protocole associé à l'URI de la requête REQUEST_URI - L'URI de la requête + La partie chemin de l'URI de la requête DOCUMENT_URI Idem REQUEST_URI REQUEST_FILENAME diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index f5928b867b..454969bfa2 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -84,6 +84,8 @@ Servers
  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -2346,6 +2348,34 @@ zul
    top
    +

    MaxRangeOverlaps-Direktive

    + + + + + + + + +
    Beschreibung:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    Syntax:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    Voreinstellung:MaxRangeOverlaps 20
    Kontext:Serverkonfiguration, Virtual Host, Verzeichnis
    Status:Core
    Modul:core
    Kompatibilität:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top
    +

    MaxRangeReversals-Direktive

    + + + + + + + + +
    Beschreibung:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    Syntax:MaxRangeReversals default | unlimited | none | number-of-ranges
    Voreinstellung:MaxRangeReversals 20
    Kontext:Serverkonfiguration, Virtual Host, Verzeichnis
    Status:Core
    Modul:core
    Kompatibilität:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top

    MaxRanges-Direktive

  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -483,7 +485,7 @@ NoDecode option available in 2.3.12 and later. separated lists of options that may be set using the Options command.

    Implicit disabling of Options

    -

    Even though the list of options that may be used in .htaccess files +

    Even though the list of options that may be used in .htaccess files can be limited with this directive, as long as any Options directive is allowed any other inherited option can be disabled by using the non-relative syntax. In other words, this mechanism cannot force a specific option @@ -2406,7 +2408,7 @@ client

    Warning

    When name-based virtual hosting is used, the value for this - directive is taken from the default (first-listed) virtual host best + directive is taken from the default (first-listed) virtual host best matching the current IP address and port combination.

    @@ -2450,7 +2452,7 @@ from the client

    Warning

    When name-based virtual hosting is used, the value for this - directive is taken from the default (first-listed) virtual host best + directive is taken from the default (first-listed) virtual host best matching the current IP address and port combination.

    @@ -2873,6 +2875,74 @@ connection MaxKeepAliveRequests 500

    + +
    top
    +
    Beschreibung:Number of ranges allowed before returning the complete diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index d30d91d317..49a46cd50e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -81,6 +81,8 @@ available
    + + + + + + + +
    Description:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    Syntax:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    Default:MaxRangeOverlaps 20
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    Compatibility:Available in Apache HTTP Server 2.3.15 and later
    +

    The MaxRangeOverlaps directive + limits the number of overlapping HTTP ranges the server is willing to + return to the client. If more overlapping ranges then permitted are requested, + the complete resource is returned instead.

    + +
    +
    default
    +
    Limits the number of overlapping ranges to a compile-time default of 20.
    + +
    none
    +
    No overlapping Range headers are allowed.
    + +
    unlimited
    +
    The server does not limit the number of overlapping ranges it is + willing to satisfy.
    + +
    number-of-ranges
    +
    A positive number representing the maximum number of overlapping ranges the + server is willing to satisfy.
    +
    + +
    +
    top
    +

    MaxRangeReversals Directive

    + + + + + + + + +
    Description:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    Syntax:MaxRangeReversals default | unlimited | none | number-of-ranges
    Default:MaxRangeReversals 20
    Context:server config, virtual host, directory
    Status:Core
    Module:core
    Compatibility:Available in Apache HTTP Server 2.3.15 and later
    +

    The MaxRangeReversals directive + limits the number of HTTP Range reversals the server is willing to + return to the client. If more ranges reversals then permitted are requested, + the complete resource is returned instead.

    + +
    +
    default
    +
    Limits the number of range reversals to a compile-time default of 20.
    + +
    none
    +
    No Range reversals headers are allowed.
    + +
    unlimited
    +
    The server does not limit the number of range reversals it is + willing to satisfy.
    + +
    number-of-ranges
    +
    A positive number representing the maximum number of range reversals the + server is willing to satisfy.
    +
    +
    top

    MaxRanges Directive

    @@ -2887,17 +2957,17 @@ resource Compatibility:Available in Apache HTTP Server 2.3.15 and later

    The MaxRanges directive - limits the number of HTTP ranges the server is willing to - return to the client. If more ranges then permitted are requested, + limits the number of HTTP ranges the server is willing to + return to the client. If more ranges then permitted are requested, the complete resource is returned instead.

    -
    +
    default
    Limits the number of ranges to a compile-time default of 200.
    - +
    none
    Range headers are ignored.
    - +
    unlimited
    The server does not limit the number of ranges it is willing to satisfy.
    @@ -4216,9 +4286,9 @@ hostname or IP address
  • A fully qualified domain name for the IP address of the virtual host (not recommended);
  • -
  • The character *, which acts as a wildcard and matches +
  • The character *, which acts as a wildcard and matches any IP address.
  • - +
  • The string _default_, which is an alias for *
  • @@ -4272,18 +4342,18 @@ hostname or IP address ServerName from the "main" server configuration will be inherited.

    -

    When a request is received, the server first maps it to the best matching - <VirtualHost> based on the local - IP address and port combination only. Non-wildcards have a higher - precedence. If no match based on IP and port occurs at all, the +

    When a request is received, the server first maps it to the best matching + <VirtualHost> based on the local + IP address and port combination only. Non-wildcards have a higher + precedence. If no match based on IP and port occurs at all, the "main" server configuration is used.

    - +

    If multiple virtual hosts contain the best matching IP address and port, - the server selects from these virtual hosts the best match based on the - requested hostname. If no matching name-based virtual host is found, - then the first listed virtual host that matched the IP address will be + the server selects from these virtual hosts the best match based on the + requested hostname. If no matching name-based virtual host is found, + then the first listed virtual host that matched the IP address will be used. As a consequence, the first listed virtual host for a given IP address - and port combination is default virtual host for that IP and port + and port combination is default virtual host for that IP and port combination.

    Security

    diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index f40345b17d..6cc8cee2f6 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -80,6 +80,8 @@
  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -2740,6 +2742,34 @@ connection
    top
    +

    MaxRangeOverlaps Directiva

    + + + + + + + + +
    Descripción:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    Sintaxis:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    Valor por defecto:MaxRangeOverlaps 20
    Contexto:server config, virtual host, directory
    Estado:Core
    Módulo:core
    Compatibilidad:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top
    +

    MaxRangeReversals Directiva

    + + + + + + + + +
    Descripción:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    Sintaxis:MaxRangeReversals default | unlimited | none | number-of-ranges
    Valor por defecto:MaxRangeReversals 20
    Contexto:server config, virtual host, directory
    Estado:Core
    Módulo:core
    Compatibilidad:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top

    MaxRanges Directiva

  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -3060,12 +3062,26 @@ persistante
    top
    -
    Descripción:Number of ranges allowed before returning the complete diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 95a7579253..77d016dd82 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -81,6 +81,8 @@ disponibles
    - - - + + + + + + + +
    Description:Number of ranges allowed before returning the complete -resource
    Syntaxe:MaxRanges default | unlimited | none | number-of-ranges
    Défaut:MaxRanges 200
    Description:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    Syntaxe:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    Défaut:MaxRangeOverlaps 20
    Contexte:configuration du serveur, serveur virtuel, répertoire
    Statut:Core
    Module:core
    Compatibilité:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top
    +

    MaxRangeReversals Directive

    + + + + @@ -3074,6 +3090,41 @@ resource n'a pas encore t traduite. Veuillez vous reporter la version en langue anglaise.

    top
    +
    Description:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    Syntaxe:MaxRangeReversals default | unlimited | none | number-of-ranges
    Défaut:MaxRangeReversals 20
    Contexte:configuration du serveur, serveur virtuel, répertoire
    Statut:Core
    Module:core
    + + + + + + + +
    Description:Nombre de segments de données autorisé avant le renvoi de +l'intégralité de la ressource
    Syntaxe:MaxRanges default | unlimited | none | nombre de segments
    Défaut:MaxRanges 200
    Contexte:configuration du serveur, serveur virtuel, répertoire
    Statut:Core
    Module:core
    Compatibilité:Disponible depuis la version 2.3.15 du serveur HTTP +Apache
    +

    La directive MaxRanges permet de limiter + le nombre de segments de données que le serveur va renvoyer au + client. Si un nombre de segments plus important est demandé, la + ressource sera renvoyée dans son intégralité.

    + +
    +
    default
    +
    Limite le nombre de segments de données à 200 (valeur par + défaut définie à la compilation).
    + +
    none
    +
    Les en-têtes Range sont ignorés.
    + +
    unlimited
    +
    Le nombre de segments de données est illimité.
    + +
    nombre de segments
    +
    Un nombre positif représentera la nombre de segments de + données maximal que le serveur renverra au client.
    +
    + +
    +
    top

    Mutex Directive

    top
    +
    Description:Définit les mécanismes de mutex et le repertoire du fichier diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 0c4d85d11d..055482f82a 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -83,6 +83,8 @@
  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -2285,6 +2287,34 @@ request
    + + + + + + + +
    説明:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    構文:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    デフォルト:MaxRangeOverlaps 20
    コンテキスト:サーãƒè¨­å®šãƒ•ã‚¡ã‚¤ãƒ«, ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ›ã‚¹ãƒˆ, ディレクトリ
    ステータス:Core
    モジュール:core
    互æ›æ€§:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top
    +

    MaxRangeReversals ディレクティブ

    + + + + + + + + +
    説明:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    構文:MaxRangeReversals default | unlimited | none | number-of-ranges
    デフォルト:MaxRangeReversals 20
    コンテキスト:サーãƒè¨­å®šãƒ•ã‚¡ã‚¤ãƒ«, ãƒãƒ¼ãƒãƒ£ãƒ«ãƒ›ã‚¹ãƒˆ, ディレクトリ
    ステータス:Core
    モジュール:core
    互æ›æ€§:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top

    MaxRanges ディレクティブ

    top
    +
    説明:Number of ranges allowed before returning the complete diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index b25141a166..b1abf81bc7 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -82,6 +82,8 @@
  • <LocationMatch>
  • LogLevel
  • MaxKeepAliveRequests
  • +
  • MaxRangeOverlaps
  • +
  • MaxRangeReversals
  • MaxRanges
  • Mutex
  • NameVirtualHost
  • @@ -2323,6 +2325,32 @@ uygulanır.
    + + + + + + + +
    Açıklama:Number of overlapping ranges (eg: 100-200,150-300) allowed before returning the complete + resource
    Sözdizimi:MaxRangeOverlaps default | unlimited | none | number-of-ranges
    Öntanımlı:MaxRangeOverlaps 20
    BaÄŸlam:sunucu geneli, sanal konak, dizin
    Durum:Çekirdek
    Modül:core
    Uyumluluk:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top
    +

    MaxRangeReversals Yönergesi

    + + + + + + + + +
    Açıklama:Number of range reversals (eg: 100-200,50-70) allowed before returning the complete + resource
    Sözdizimi:MaxRangeReversals default | unlimited | none | number-of-ranges
    Öntanımlı:MaxRangeReversals 20
    BaÄŸlam:sunucu geneli, sanal konak, dizin
    Durum:Çekirdek
    Modül:core
    Uyumluluk:Available in Apache HTTP Server 2.3.15 and later

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

    +
    top

    MaxRanges Yönergesi

    Açıklama:Number of ranges allowed before returning the complete diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index faa85f9150..fead43afaa 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + +