From 00b7420bed5f0d27db45b903ef7ec991fbf318fa Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 3 Nov 2015 12:05:03 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712269 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 17 + docs/manual/mod/core.html.en | 25 + docs/manual/mod/core.html.es | 17 + docs/manual/mod/core.html.fr | 19 + docs/manual/mod/core.html.ja.utf8 | 17 + docs/manual/mod/core.html.tr.utf8 | 17 + 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 | 4 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/directives.html.de | 3 +- docs/manual/mod/directives.html.en | 3 +- docs/manual/mod/directives.html.es | 3 +- docs/manual/mod/directives.html.fr | 3 +- docs/manual/mod/directives.html.ja.utf8 | 3 +- docs/manual/mod/directives.html.ko.euc-kr | 3 +- docs/manual/mod/directives.html.tr.utf8 | 3 +- docs/manual/mod/directives.html.zh-cn.utf8 | 3 +- docs/manual/mod/mod_ssl.html.fr | 2 + docs/manual/mod/quickreference.html.de | 454 ++++++++--------- docs/manual/mod/quickreference.html.en | 452 ++++++++--------- docs/manual/mod/quickreference.html.es | 452 ++++++++--------- docs/manual/mod/quickreference.html.fr | 460 +++++++++--------- docs/manual/mod/quickreference.html.ja.utf8 | 448 ++++++++--------- docs/manual/mod/quickreference.html.ko.euc-kr | 448 ++++++++--------- docs/manual/mod/quickreference.html.tr.utf8 | 456 ++++++++--------- .../manual/mod/quickreference.html.zh-cn.utf8 | 452 ++++++++--------- 29 files changed, 1956 insertions(+), 1818 deletions(-) diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 4345682fce..c3e52968e3 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -102,6 +102,7 @@ Servers
  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -2762,6 +2763,22 @@ On Windows, from Apache 2.3.3 and later.
    top
    +

    QualifyRedirectURL-Direktive

    + + + + + + + + + +
    Beschreibung:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Syntax:QualifyRedirectURL ON|OFF
    Voreinstellung:QualifyRedirectURL OFF
    Kontext:Serverkonfiguration, Virtual Host, Verzeichnis
    AllowOverride:FileInfo
    Status:Core
    Modul:core
    Kompatibilität:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.

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

    +
    top

    RLimitCPU-Direktive

  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -3663,6 +3664,30 @@ On Windows, from Apache 2.3.3 and later. + +
    top
    +
    Beschreibung:Begrenzt den CPU-Verbrauch von Prozessen, die von diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 22d0a0804c..549cbafc29 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -99,6 +99,7 @@ available
    + + + + + + + + +
    Description:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Syntax:QualifyRedirectURL ON|OFF
    Default:QualifyRedirectURL OFF
    Context:server config, virtual host, directory
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.
    +

    This directive controls whether the server will ensure that the + REDIRECT_URL environment variable is fully qualified. By default, + the variable contains the verbatim URL requested by the client, + such as "/index.html". With QualifyRedirectURL ON, the same request would result in a + value such as "http://www.example.com/index.html".

    +

    Even without this directive set, when a request is issued against a + fully qualified URL, REDIRECT_URL will remain fully qualified. +

    +
    top

    RLimitCPU Directive

    diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 546664d61c..9a5eeb6f13 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -102,6 +102,7 @@
  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -3407,6 +3408,22 @@ On Windows from Apache 2.3.3 and later.
    top
    +

    QualifyRedirectURL Directiva

    + + + + + + + + + +
    Descripción:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Sintaxis:QualifyRedirectURL ON|OFF
    Valor por defecto:QualifyRedirectURL OFF
    Contexto:server config, virtual host, directory
    Prevalece sobre:FileInfo
    Estado:Core
    Módulo:core
    Compatibilidad:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.

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

    +
    top

    RLimitCPU Directiva

  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -3942,6 +3945,22 @@ seulement depuis la version 2.3.3 sous Windows.
    top
    +
    Descripción:Limits the CPU consumption of processes launched diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index ed5cb1c662..4c0b793fd3 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
    @@ -99,6 +101,7 @@ disponibles
    + + + + + + + + +
    Description:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Syntaxe:QualifyRedirectURL ON|OFF
    Défaut:QualifyRedirectURL OFF
    Contexte:configuration du serveur, serveur virtuel, répertoire
    AllowOverride:FileInfo
    Statut:Core
    Module:core
    Compatibilité:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.

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

    +
    top

    Directive RLimitCPU

    top
    +
    Description:Limite le temps CPU alloué aux processus initiés par les diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 2333386c27..fbe383366e 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -102,6 +102,7 @@
  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -2704,6 +2705,22 @@ On Windows, from Apache 2.3.3 and later.
    + + + + + + + + +
    説明:Controls whether the REDIRECT_URL environent variable is + fully qualified
    構文:QualifyRedirectURL ON|OFF
    デフォルト:QualifyRedirectURL OFF
    コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ
    上書き:FileInfo
    ステータス:Core
    モジュール:core
    互換性:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.

    このディレクティブの解説文書は + まだ翻訳されていません。英語版をご覧ください。 +

    +
    top

    RLimitCPU ディレクティブ

    説明:Apache の子プロセスから起動されたプロセスの CPU 消費量を diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 8fc1bb5a8d..1e37d4db9a 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -33,6 +33,7 @@  ja  |  tr 

    +
    Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
    Açıklama:Apache HTTP Sunucusunda daima mevcut olan çekirdek özellikler
    Durum:Çekirdek
    @@ -99,6 +100,7 @@
  • Protocol
  • Protocols
  • ProtocolsHonorOrder
  • +
  • QualifyRedirectURL
  • RLimitCPU
  • RLimitMEM
  • RLimitNPROC
  • @@ -3650,6 +3652,21 @@ Mutex fcntl:/var/httpd/locks mpm-accept
    top
    +

    QualifyRedirectURL Yönergesi

    + + + + + + + + + +
    Açıklama:Controls whether the REDIRECT_URL environent variable is + fully qualified
    Sözdizimi:QualifyRedirectURL ON|OFF
    Öntanımlı:QualifyRedirectURL OFF
    Bağlam:sunucu geneli, sanal konak, dizin
    Geçersizleştirme:FileInfo
    Durum:Çekirdek
    Modül:core
    Uyumluluk:Directive supported in 2.4.18 and later. 2.4.17 acted +as if 'QualifyRedirectURL ON' was configured.

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

    +
    top

    RLimitCPU Yönergesi

    Açıklama:Apache httpd alt süreçleri tarafından çalıştırılan süreçlerin diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index ea0fbd2772..2dd323601d 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 1c9fc06335..90293f77f0 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +