From: Stefan Fritsch Date: Wed, 7 Nov 2012 13:38:10 +0000 (+0000) Subject: update xforms X-Git-Tag: 2.5.0-alpha~6153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043b765adb8ea5ff4075fc645e729ceebf4466eb;p=thirdparty%2Fapache%2Fhttpd.git update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406630 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 787d31e8d53..a8441ca6bf5 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -24,8 +24,6 @@

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 @@ -56,7 +54,13 @@

La Forme de Backus-Naur (souvent abrégée en BNF, de l'anglais Backus-Naur Form) est une notation permettant de décrire - les règles syntaxiques des langages de programmation. + les règles syntaxiques des langages de programmation. En + général, les expressions représentent des valeurs booléennes. Dans + ce cas, le point de départ de la BNF est expr. + Cependant, certaines directives comme LogMessage utilisent comme + paramètres des expressions qui représentent des chaînes de + caractères. Dans ce cas, le point de départ de la BNF est + string.

@@ -138,7 +142,12 @@ listfunction ::= listfuncname "(" word ")"
 
     

Les variables suivantes contiennent la valeur de l'en-tête de requête HTTP correspondant. La fonction - req permet d'extraire les valeurs des autres en-têtes.

+ req permet d'extraire les valeurs des autres + en-têtes. L'utilisation de ces variables peut provoquer + l'ajout du nom d'en-tête correspondant à l'en-tête Vary de la + réponse HTTP, sauf spécification contraire pour la directive + qui accepte l'expression comme paramètre. La function req_novary permet de + modifier ce comportement.

@@ -414,32 +423,37 @@ listfunction ::= listfuncname "(" word ")"
Nom
HTTP_ACCEPT
- - + + + + - + - + - + - + - + - + - + - + - + - +
NomDescriptionRestreint
req, httpLit l'en-tête de requête HTTP
respLit l'en-tête de requête HTTP ; les noms + d'en-tête correspondants peuvent être ajoutés à l'en-tête Vary, + voir ci-dessous
req_novaryIdentique à req, mais les noms + d'en-tête correspondants ne seront pas ajoutés à l'en-tête Vary
resp Lit l'en-tête de réponse HTTP
reqenv
reqenv Recherche une variable d'environnement de requête
osenv
osenv Recherche une variable d'environnement du système d'exploitation
note
note Recherche une note de requête
env
env Renvoie le premier résultat positif de note, reqenv, osenv
tolower
tolower Convertit une chaîne en minuscules
toupper
toupper Convertit une chaîne en majuscules
escape
escape Echappe les caractères spéciaux en codage hexadécimal
unescape
unescape "Déséchappe" les chaînes codées en hexadécimal, en ne gardant encodés que les slashes; renvoie la chaîne vide si la séquence %00 est rencontrée
file
file Lit le contenu d'un fichieroui
filesize
filesize Renvoie la taille d'un fichier (ou 0 si le fichier n'existe pas ou ne correspond pas à un fichier régulier)oui
@@ -447,6 +461,12 @@ listfunction ::= listfuncname "(" word ")"

Les fonctions marquées comme "restreints" ne sont pas disponibles avec certains modules comme mod_include.

+

Lorsque les fonctions req ou http sont + utilisées, le nom d'en-tête sera automatiquement ajouté à l'en-tête + Vary de la réponse HTTP, sauf spécification contraire pour la + directive qui accepte l'expression comme paramètre. La fonction + req_novary permet d'empêcher cet ajout.

+

En plus des fonctions dont la valeur est une chaîne, il existe aussi des fonctions dont la valeur est une liste, qui acceptent une chaîne comme argument, et renvoient une liste de mots, autrement dit diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index ea324a8bb25..d5a2e5e1a51 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/allmodules.xml b/docs/manual/mod/allmodules.xml index 7cea38ff5d8..d4f5f1f9256 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml mod_alias.xml + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index 300e72a246b..e6d17b1d98b 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml.de mod_alias.xml + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 6b66d1d9596..ae1ae1983d6 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml mod_alias.xml + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index 0dabbc6af52..36fafb40715 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -6,6 +6,7 @@ mod_access_compat.xml.fr mod_actions.xml.fr mod_alias.xml.fr + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml.fr mod_auth_basic.xml.fr diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 77eaac3ace6..3f7f39effee 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -6,6 +6,7 @@ mod_access_compat.xml.ja mod_actions.xml.ja mod_alias.xml.ja + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml.ja mod_auth_basic.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index f43b87b3111..1362028d33c 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml.ko mod_alias.xml.ko + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml.ko mod_auth_basic.xml.ko diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 68e3c72f277..9f91968328a 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml mod_alias.xml.tr + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn index 7cea38ff5d8..d4f5f1f9256 100644 --- a/docs/manual/mod/allmodules.xml.zh-cn +++ b/docs/manual/mod/allmodules.xml.zh-cn @@ -6,6 +6,7 @@ mod_access_compat.xml mod_actions.xml mod_alias.xml + mod_allowhandlers.xml mod_allowmethods.xml mod_asis.xml mod_auth_basic.xml diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index e693c5c5ef7..350113091ec 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -71,6 +71,7 @@

  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index ba334a03729..b058b24421d 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -72,6 +72,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index eb49845035a..b75982aa3b2 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -74,6 +74,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index 62dd020c9fd..d50e04907ce 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -69,6 +69,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 6d6c26d00b9..190593bd2c6 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -69,6 +69,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index f5fadfc12fa..4ccb9827141 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -68,6 +68,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn index 7f1c3eed5b5..e7bc2b12b40 100644 --- a/docs/manual/mod/directives.html.zh-cn +++ b/docs/manual/mod/directives.html.zh-cn @@ -67,6 +67,7 @@
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • +
  • AllowHandlers
  • AllowMethods
  • AllowOverride
  • AllowOverrideList
  • diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index ad360a00e9a..039a076a3b3 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -77,6 +77,7 @@ address) in Abhängigkeit von Medientypen und Anfragemethoden.
    mod_alias
    Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Sends files that contain their own HTTP headers
    diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index a2243376096..10625c2fb04 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -75,6 +75,7 @@ address) media type or request method.
    mod_alias
    Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Sends files that contain their own HTTP headers
    diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index 3de6f6c3dae..8192845c600 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -80,6 +80,7 @@ address) media type or request method.
    mod_alias
    Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Sends files that contain their own HTTP headers
    diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index 1f309baa94e..a0665c2c9d6 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -73,6 +73,7 @@ type de m
    mod_alias
    Permet d'atteindre différentes parties du système de fichiers depuis l'arborescence des documents du site web, ainsi que la redirection d'URL
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Envoie des fichiers contenant leurs propres en-têtes HTTP
    diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8 index 2b708ed5676..fc917d14f3c 100644 --- a/docs/manual/mod/index.html.ja.utf8 +++ b/docs/manual/mod/index.html.ja.utf8 @@ -72,6 +72,7 @@ CGI スクリプトを実行する機能を提供
    mod_alias
    ホストファイルシステム上のいろいろな違う場所を ドキュメントツリーにマップする機能と、 URL のリダイレクトを行なう機能を提供する
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    自分用の HTTP ヘッダの書かれているファイルを送信する
    mod_auth_basic
    基本認証
    diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr index a0de01deffa..0f99b5ca26f 100644 --- a/docs/manual/mod/index.html.ko.euc-kr +++ b/docs/manual/mod/index.html.ko.euc-kr @@ -73,6 +73,7 @@ address) ½ºÅ©¸³Æ®¸¦ ½ÇÇàÇÑ´Ù.
    mod_alias
    ÆÄÀϽýºÅÛÀÇ ´Ù¸¥ ºÎºÐµéÀ» ¹®¼­ °èÃþ±¸Á¶¿¡ Æ÷ÇÔÇϰí, URL ¸®´ÙÀÌ·º¼ÇÀ» Á¦°øÇÑ´Ù
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    HTTP Çì´õ¸¦ Æ÷ÇÔÇÑ ÆÄÀÏÀ» º¸³½´Ù
    mod_auth_basic
    Basic authentication
    diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8 index aae9219824f..925a69f0826 100644 --- a/docs/manual/mod/index.html.tr.utf8 +++ b/docs/manual/mod/index.html.tr.utf8 @@ -71,6 +71,7 @@ address) media type or request method.
    mod_alias
    Belge ağacının parçalarının dosya sisteminin parçalarıyla eşlenmesini sağlar ve URL yönlendirmesi yapar.
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Sends files that contain their own HTTP headers
    diff --git a/docs/manual/mod/index.html.zh-cn b/docs/manual/mod/index.html.zh-cn index 31d82d6bcd0..3839874dc31 100644 --- a/docs/manual/mod/index.html.zh-cn +++ b/docs/manual/mod/index.html.zh-cn @@ -70,6 +70,7 @@ address) media type or request method.
    mod_alias
    Provides for mapping different parts of the host filesystem in the document tree and for URL redirection
    +
    mod_allowhandlers
    Easily restrict what HTTP handlers can be used on the server
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    Sends files that contain their own HTTP headers
    diff --git a/docs/manual/mod/mod_allowhandlers.html b/docs/manual/mod/mod_allowhandlers.html new file mode 100644 index 00000000000..e5e9d863ed7 --- /dev/null +++ b/docs/manual/mod/mod_allowhandlers.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_allowhandlers.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_allowhandlers.html.en b/docs/manual/mod/mod_allowhandlers.html.en new file mode 100644 index 00000000000..0958e13433e --- /dev/null +++ b/docs/manual/mod/mod_allowhandlers.html.en @@ -0,0 +1,115 @@ + + + +mod_allowhandlers - Apache HTTP Server + + + + + + + + +
    <-
    + +
    +

    Apache Module mod_allowhandlers

    +
    +

    Available Languages:  en 

    +
    + + + +
    Description:Easily restrict what HTTP handlers can be used on the server
    Status:Experimental
    Module Identifier:allowhandlers_module
    Source File:mod_allowhandlers.c
    +

    Summary

    + +

    This module makes it easy to restrict which handlers may be used for a +request. A possible configuration would be:

    + +
    +<Location />
    +  AllowHandlers not server-info server-status balancer-manager ldap-status
    +</Location>
    +
    + + +

    It also registers a handler named forbidden that simply +returns 403 FORBIDDEN to the client. This can be used with directives like +AddHandler.

    + +
    +

    Directives

    + +

    See also

    +
    + +
    top
    +

    AllowHandlers Directive

    + + + + + + + +
    Description:Restrict access to the listed handlers
    Syntax:AllowHandlers [not] none|handler-name +[none|handler-name]...
    Default:AllowHandlers all
    Context:directory
    Status:Experimental
    Module:mod_allowhandlers
    + +

    The handler names are case sensitive. The special name +none can be used to match the case where no handler has been +set. The special vallue all can be used to allow all +handlers again in a later config section, even if some headers were denied +earlier in the configuration merge order:

    + +
    +<Location /server-status>
    +  AllowHandlers all
    +  SetHandler server-status
    +</Location>
    +
    + + + +
    +
    +
    +

    Available Languages:  en 

    +
    top

    Comments

    Notice:
    This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
    +
    + \ No newline at end of file diff --git a/docs/manual/mod/mod_allowhandlers.xml.meta b/docs/manual/mod/mod_allowhandlers.xml.meta new file mode 100644 index 00000000000..6e186b0714c --- /dev/null +++ b/docs/manual/mod/mod_allowhandlers.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_allowhandlers + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index a9d931f4002..2c15e2aed4b 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1284,6 +1284,13 @@ ProxyPass /mirror/foo http://backend.example.com and url encoded id (like servlet containers) use | to to separate them. The first part is for the cookie the second for the path. + stickysessionsep + "." + Sets the separation symbol in the session cookie. Some backend application servers + do not use the '.' as the symbol. For example the Oracle Weblogic server uses + '!'. The correct symbol can be set using this option. The setting of 'Off' + signifies that no symbol is used. + scolonpathdelim Off If set to On the semi-colon character ';' will be diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 591c028041a..db34d6a96bb 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -1435,6 +1435,16 @@ ProxyPass /mirror/foo http://backend.example.com conteneurs de servlet), séparez-les par le caractère '|'. La première partie contient le cookie et la seconde le chemin. + stickysessionsep + "." + Permet de définir le caractère de séparation dans le cookie + de session. En effet, certains serveurs d'application d'arrière-plan + n'utilisent pas le '.' comme caractère de séparation. Par + exemple, le serveur Oracle Weblogic utilise le caractère '!'. + Cette option permet donc de définir le caractère de séparation à + une valeur appropriée. Si elle est définie à 'Off', aucun + caractère de séparation ne sera utilisé. + scolonpathdelim Off Si ce paramètre est défini à On, le caractère diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index ea400cf5b00..85ca6b4a42b 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +