From: Stefan Fritsch Date: Sun, 22 Feb 2015 09:45:37 +0000 (+0000) Subject: xforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fdab38f910b4cafef086487b191d80a3e8a3b47;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1661465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index c5bb4e14712..368cc0ad485 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -44,7 +44,7 @@
  • Other
  • Comparison with SSLRequire
  • Version History
  • -

    See also

    +

    See also

    top

    Grammar in Backus-Naur Form notation

    diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 0bab48e40eb..02838e8047b 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -24,6 +24,8 @@

    Langues Disponibles:  en  |  fr 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

    Historiquement, il existe de nombreuses variantes dans la syntaxe des expressions permettant d'exprimer une condition dans les diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 40ff5139c50..562dc32dbda 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a51..ea324a8bb25 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index edb863f5455..e62d444f8bd 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -2479,6 +2479,7 @@ resource Kontext:Serverkonfiguration, Virtual Host Status:Core Modul:core +Kompatibilität:2.4.10 and later

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

    diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 2ae501f8a2c..2875ae8f5f9 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1306,16 +1306,22 @@ in case of an error or a message. Apache httpd will sometimes offer additional information regarding the problem/error.

    +

    From 2.4.13, expression syntax can be + used inside the directive to produce dynamic strings and URLs.

    +

    URLs can begin with a slash (/) for local web-paths (relative to the DocumentRoot), or be a full URL which the client can resolve. Alternatively, a message - can be provided to be displayed by the browser. Examples:

    + can be provided to be displayed by the browser. Note that deciding + whether the parameter is an URL, a path or a message is performed + before any expression is parsed. Examples:

    ErrorDocument 500 http://foo.example.com/cgi-bin/tester
     ErrorDocument 404 /cgi-bin/bad_urls.pl
     ErrorDocument 401 /subscription_info.html
     ErrorDocument 403 "Sorry can't allow you access today"
    -ErrorDocument 403 Forbidden!
    +ErrorDocument 403 Forbidden! +ErrorDocument 403 /cgi-bin/forbidden.pl?referrer=%{escape:%{HTTP_REFERER}}

    Additionally, the special value default can be used diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index e571c5fdc3e..abdc7136773 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -2877,6 +2877,7 @@ resource Contexto:server config, virtual host Estado:Core Módulo:core +Compatibilidad:2.4.10 and later

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

    diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 885725bf6a4..01b64f9d03a 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -31,6 +31,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
    diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 9248384140e..8c24e1975b4 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -2420,6 +2420,7 @@ resource コンテキスト:サーバ設定ファイル, バーチャルホスト ステータス:Core モジュール:core +互換性:2.4.10 and later

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

    diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 5ef6c1daf98..42054d8a2a4 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -3127,6 +3127,7 @@ uygulanır. Bağlam:sunucu geneli, sanal konak Durum:Çekirdek Modül:core +Uyumluluk:2.4.10 and later

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

    top
    diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 293c2e0ac81..955e8d6fd58 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 4755213e1d6..e3f795c8862 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + - + +