From: Stefan Fritsch Date: Wed, 3 Aug 2011 14:18:41 +0000 (+0000) Subject: Update transforms X-Git-Tag: 2.3.15~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79a6a93588bbb75a5edbe60e162d91b6561702e0;p=thirdparty%2Fapache%2Fhttpd.git Update transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1153499 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 0a0404f4c01..9d5573cb82d 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -92,6 +92,13 @@

common structures for heartbeat modules (should this be public API?)

+

ap_parse_htaccess (changed)

+ +

The function signature for ap_parse_htaccess has been + changed. A apr_table_t of individual directives allowed + for override must now be passed (override remains).

+ +

http_config (changed)

top
+

AllowOverrideList-Direktive

+ + + + + + + +
Beschreibung:Individual directives that are allowed in +.htaccess files
Syntax:AllowOverrideList None|directive +[directive-type] ...
Voreinstellung:AllowOverrideList None
Kontext:Verzeichnis
Status:Core
Modul:core

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

Siehe auch

+ +
+
top

CGIMapExtension-Direktive

  • AddDefaultCharset
  • AllowEncodedSlashes
  • AllowOverride
  • +
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -416,10 +417,10 @@ NoDecode option available in 2.3.12 and later.<Files> sections. -

    When this directive is set to None, then - .htaccess files are completely ignored. - In this case, the server will not even attempt to read - .htaccess files in the filesystem.

    +

    When this directive is set to None and AllowOverrideList is set to + None .htaccess files are + completely ignored. In this case, the server will not even attempt + to read .htaccess files in the filesystem.

    When this directive is set to All, then any directive which has the .htaccess Context is allowed in @@ -499,9 +500,64 @@ NoDecode option available in 2.3.12 and later. .htaccess file.

    + +
    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 404e965c509..c38a5e13f98 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -40,6 +40,7 @@ available
    + + + + + + +
    Description:Individual directives that are allowed in +.htaccess files
    Syntax:AllowOverrideList None|directive +[directive-type] ...
    Default:AllowOverrideList None
    Context:directory
    Status:Core
    Module:core
    +

    When the server finds an .htaccess file (as + specified by AccessFileName) + it needs to know which directives declared in that file can override + earlier configuration directives.

    + +

    Only available in <Directory> sections

    + AllowOverrideList is valid only in + <Directory> + sections specified without regular expressions, not in <Location>, <DirectoryMatch> or + <Files> sections. +
    + +

    When this directive is set to None and AllowOverride is set to None, + then .htaccess files are completely + ignored. In this case, the server will not even attempt to read + .htaccess files in the filesystem.

    + +

    Example:

    + +

    + AllowOverride None + AllowOverrideList Redirect RedirectMatch +

    + +

    In the example above only the Redirect and + RedirectMatch directives are allowed. All others will + cause an internal server error.

    + +

    Example:

    + +

    + AllowOverride AuthConfig + AllowOverrideList CookieTracking CookieName +

    + +

    In the example above AllowOverride + grants permission to the AuthConfig + directive grouping and AllowOverrideList grants + permission to only two directves from the FileInfo directive + grouping. All others will cause an internal server error.

    +

    See also

    diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 4955214dee4..3db6dbcceb9 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -39,6 +39,7 @@
  • AddDefaultCharset
  • AllowEncodedSlashes
  • AllowOverride
  • +
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -493,6 +494,27 @@ be passed through
    top
    +

    AllowOverrideList Directiva

    + + + + + + + +
    Descripción:Individual directives that are allowed in +.htaccess files
    Sintaxis:AllowOverrideList None|directive +[directive-type] ...
    Valor por defecto:AllowOverrideList None
    Contexto:directory
    Estado:Core
    Módulo:core

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

    Consulte también

    + +
    +
    top

    CGIMapExtension Directiva

  • AddDefaultCharset
  • AllowEncodedSlashes
  • AllowOverride
  • +
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -526,6 +527,27 @@ All pour les versions ant
    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 4e88c54caac..c6e496085ae 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -40,6 +40,7 @@ disponibles
    + + + + + + +
    Description:Individual directives that are allowed in +.htaccess files
    Syntaxe:AllowOverrideList None|directive +[directive-type] ...
    Défaut:AllowOverrideList None
    Contexte:répertoire
    Statut:Core
    Module:core

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

    Voir aussi

    + +
    +
    top

    CGIMapExtension Directive

    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 2079360ae4c..256627f372e 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -42,6 +42,7 @@
  • AddDefaultCharset
  • AllowEncodedSlashes
  • AllowOverride
  • +
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -445,6 +446,27 @@
    top
    +

    AllowOverrideList ディレクティブ

    + + + + + + + +
    説明:Individual directives that are allowed in +.htaccess files
    構文:AllowOverrideList None|directive +[directive-type] ...
    デフォルト:AllowOverrideList None
    コンテキスト:ディレクトリ
    ステータス:Core
    モジュール:core

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

    参照

    + +
    +
    top

    CGIMapExtension ディレクティブ

    diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 782e381f35c..0f457bab0ab 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -41,6 +41,7 @@
  • AddDefaultCharset
  • AllowEncodedSlashes
  • AllowOverride
  • +
  • AllowOverrideList
  • CGIMapExtension
  • ContentDigest
  • DefaultType
  • @@ -511,6 +512,26 @@
    top
    +
    説明:CGI スクリプトのインタープリタの位置を調べるための手法
    + + + + + + +
    Açıklama:Individual directives that are allowed in +.htaccess files
    Sözdizimi:AllowOverrideList None|directive +[directive-type] ...
    Öntanımlı:AllowOverrideList None
    Bağlam:dizin
    Durum:Çekirdek
    Modül:core

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

    Ayrıca 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 402d3bf59a9..2af2c56e0f0 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + +