From 0905aa3f825ed63d33ba239a93cfe9f8b2351f51 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 Mar 2016 20:02:37 +0000 Subject: [PATCH] make docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734990 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 16 +- docs/manual/mod/core.html.en | 29 +- docs/manual/mod/core.html.es | 16 +- docs/manual/mod/core.html.fr | 14 + docs/manual/mod/core.html.ja.utf8 | 16 +- docs/manual/mod/core.html.tr.utf8 | 15 +- 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.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/mod_include.html.en | 19 +- docs/manual/mod/mod_include.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 1181 ++++++++-------- docs/manual/mod/quickreference.html.en | 1181 ++++++++-------- docs/manual/mod/quickreference.html.es | 1181 ++++++++-------- docs/manual/mod/quickreference.html.ja.utf8 | 1165 ++++++++-------- docs/manual/mod/quickreference.html.ko.euc-kr | 1177 ++++++++-------- docs/manual/mod/quickreference.html.tr.utf8 | 1193 +++++++++-------- .../manual/mod/quickreference.html.zh-cn.utf8 | 1181 ++++++++-------- 28 files changed, 4258 insertions(+), 4146 deletions(-) diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 3413f1b041c..81024a858f7 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -52,6 +52,7 @@ Servers
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -562,6 +563,19 @@ variables noch nicht übersetzt. Bitte schauen Sie in die englische Version.

    top
    +

    CGIVar-Direktive

    + + + + + + + + +
    Beschreibung:Controls how some CGI variables are set
    Syntax:CGIVar variable rule
    Kontext:Verzeichnis, .htaccess
    AllowOverride:FileInfo
    Status:Core
    Modul:core
    Kompatibilität:Available in Apache HTTP Server 2.5 and later

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

    +
    top

    ContentDigest-Direktive

    top
    Beschreibung:Aktiviert die Generierung von Content-MD5 @@ -2800,7 +2814,7 @@ bestimmten Verzeichnis verf
    top

    QualifyRedirectURL-Direktive

    - diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 75ece6173bc..28e1511c2c0 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -49,6 +49,7 @@ available
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -689,6 +690,32 @@ variables use ap_add_common_vars() may choose to respect the setting as well.

    + +
    top
    +
    Beschreibung:Controls whether the REDIRECT_URL environent variable is +
    Beschreibung:Controls whether the REDIRECT_URL environment variable is fully qualified
    Syntax:QualifyRedirectURL ON|OFF
    Voreinstellung:QualifyRedirectURL OFF
    + + + + + + + +
    Description:Controls how some CGI variables are set
    Syntax:CGIVar variable rule
    Context:directory, .htaccess
    Override:FileInfo
    Status:Core
    Module:core
    Compatibility:Available in Apache HTTP Server 2.5 and later
    +

    This directive controls how some CGI variables are set.

    + +

    REQUEST_URI rules:

    +
    +
    original-uri (default)
    +
    The value is taken from the original request line, and will not + reflect internal redirects or subrequests which change the requested + resource.
    +
    current-uri
    +
    The value reflects the resource currently being processed, + which may be different than the original request from the client + due to internal redirects or subrequests.
    +
    +
    top

    ContentDigest Directive

    @@ -3765,7 +3792,7 @@ directory
    - diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 77724341d1b..d7709cf8a57 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -52,6 +52,7 @@
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -585,6 +586,19 @@ variables not been translated yet. Please have a look at the English version.

    top
    +
    Description:Controls whether the REDIRECT_URL environent variable is +
    Description:Controls whether the REDIRECT_URL environment variable is fully qualified
    Syntax:QualifyRedirectURL ON|OFF
    Default:QualifyRedirectURL OFF
    + + + + + + + +
    Descripción:Controls how some CGI variables are set
    Sintaxis:CGIVar variable rule
    Contexto:directory, .htaccess
    Anula:FileInfo
    Estado:Core
    Módulo:core
    Compatibilidad:Available in Apache HTTP Server 2.5 and later

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

    +
    top

    ContentDigest Directiva

    top
    Descripción:Enables the generation of Content-MD5 HTTP Response @@ -3446,7 +3460,7 @@ On Windows from Apache 2.3.3 and later.
    - diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index f6499f2a8f3..a429889fd8d 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -51,6 +51,7 @@ disponibles
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -729,6 +730,19 @@ Apache
    top
    +
    Descripción:Controls whether the REDIRECT_URL environent variable is +
    Descripción:Controls whether the REDIRECT_URL environment variable is fully qualified
    Sintaxis:QualifyRedirectURL ON|OFF
    Valor por defecto:QualifyRedirectURL OFF
    + + + + + + + +
    Description:Controls how some CGI variables are set
    Syntaxe:CGIVar variable rule
    Contexte:répertoire, .htaccess
    AllowOverride:FileInfo
    Statut:Core
    Module:core
    Compatibilité:Available in Apache HTTP Server 2.5 and later

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

    +
    top

    Directive ContentDigest

    まだ翻訳されていません。英語版をご覧ください。

    top
    +
    Description:Active la génération d'un en-tête Content-MD5 diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index a7b3a91516d..b88fa503aee 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -52,6 +52,7 @@
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -535,6 +536,19 @@ variables
    + + + + + + + +
    説明:Controls how some CGI variables are set
    構文:CGIVar variable rule
    コンテキスト:ディレクトリ, .htaccess
    上書き:FileInfo
    ステータス:Core
    モジュール:core
    互換性:Available in Apache HTTP Server 2.5 and later

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

    +
    top

    ContentDigest ディレクティブ

    @@ -2742,7 +2756,7 @@ or specified mutexes
    top
    説明:Content-MD5 HTTP 応答ヘッダの生成を有効にする
    - diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 21a82de8832..e823ff4accd 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -50,6 +50,7 @@
  • AsyncFilter
  • CGIMapExtension
  • CGIPassAuth
  • +
  • CGIVar
  • ContentDigest
  • DefaultRuntimeDir
  • DefaultType
  • @@ -696,6 +697,18 @@ variables
    説明:Controls whether the REDIRECT_URL environent variable is +
    説明:Controls whether the REDIRECT_URL environment variable is fully qualified
    構文:QualifyRedirectURL ON|OFF
    デフォルト:QualifyRedirectURL OFF

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

    top
    +

    CGIVar Yönergesi

    + + + + + + + + +
    Açıklama:Controls how some CGI variables are set
    Sözdizimi:CGIVar variable rule
    Bağlam:dizin, .htaccess
    Geçersizleştirme:FileInfo
    Durum:Çekirdek
    Modül:core
    Uyumluluk:Available in Apache HTTP Server 2.5 and later

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

    +
    top

    ContentDigest Yönergesi

    top
    Açıklama:Content-MD5 HTTP yanıt başlıklarının üretimini @@ -3597,7 +3610,7 @@ uygulanır.
    - diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 2e57e85e8a4..cf84c2e98db 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 bfee1499bd8..6ac236e97d4 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + +
    Açıklama:Controls whether the REDIRECT_URL environent variable is +
    Açıklama:Controls whether the REDIRECT_URL environment variable is fully qualified
    Sözdizimi:QualifyRedirectURL ON|OFF
    Öntanımlı:QualifyRedirectURL OFF