From de6c993a90282ba313f1312ffbcc10e860715720 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 28 Jun 2016 19:37:54 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1750566 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.de | 2 +- docs/manual/mod/core.html.es | 2 +- docs/manual/mod/core.html.fr | 2 + docs/manual/mod/core.html.ja.utf8 | 2 +- docs/manual/mod/mod_negotiation.html.fr | 2 + docs/manual/mod/mod_proxy_http2.html | 5 + docs/manual/mod/mod_proxy_http2.html.en | 122 ++++++++++++++++++ docs/manual/mod/mod_proxy_http2.xml.meta | 12 ++ docs/manual/mod/quickreference.html.de | 4 +- docs/manual/mod/quickreference.html.en | 10 +- docs/manual/mod/quickreference.html.es | 4 +- docs/manual/mod/quickreference.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 10 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- .../manual/mod/quickreference.html.zh-cn.utf8 | 10 +- 15 files changed, 167 insertions(+), 24 deletions(-) create mode 100644 docs/manual/mod/mod_proxy_http2.html create mode 100644 docs/manual/mod/mod_proxy_http2.html.en create mode 100644 docs/manual/mod/mod_proxy_http2.xml.meta diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 33c4ae5a3a..bd62cc5204 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -2782,7 +2782,7 @@ On Windows, from Apache 2.3.3 and later.

QualifyRedirectURL-Direktive

+ fully qualified diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 83793de290..00a3692527 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -3440,7 +3440,7 @@ On Windows from Apache 2.3.3 and later.
Beschreibung:Controls whether the REDIRECT_URL environment variable is -fully qualified
Syntax:QualifyRedirectURL ON|OFF
Voreinstellung:QualifyRedirectURL OFF
Kontext:Serverkonfiguration, Virtual Host, Verzeichnis
+ fully qualified diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index 27bd0bcefd..5a81255ce4 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.
Descripción:Controls whether the REDIRECT_URL environment variable is -fully qualified
Sintaxis:QualifyRedirectURL ON|OFF
Valor por defecto:QualifyRedirectURL OFF
Contexto:server config, virtual host, directorio
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 57645f14f9..a397f7d043 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -2724,7 +2724,7 @@ On Windows, from Apache 2.3.3 and later.

QualifyRedirectURL ディレクティブ

+ fully qualified diff --git a/docs/manual/mod/mod_negotiation.html.fr b/docs/manual/mod/mod_negotiation.html.fr index 621f766a7a..acb9a0fe46 100644 --- a/docs/manual/mod/mod_negotiation.html.fr +++ b/docs/manual/mod/mod_negotiation.html.fr @@ -30,6 +30,8 @@  fr  |  ja 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
説明:Controls whether the REDIRECT_URL environment variable is -fully qualified
構文:QualifyRedirectURL ON|OFF
デフォルト:QualifyRedirectURL OFF
コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ
diff --git a/docs/manual/mod/mod_proxy_http2.html b/docs/manual/mod/mod_proxy_http2.html new file mode 100644 index 0000000000..8144eefdb8 --- /dev/null +++ b/docs/manual/mod/mod_proxy_http2.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_proxy_http2.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_http2.html.en b/docs/manual/mod/mod_proxy_http2.html.en new file mode 100644 index 0000000000..8a87a10913 --- /dev/null +++ b/docs/manual/mod/mod_proxy_http2.html.en @@ -0,0 +1,122 @@ + + + + + +mod_proxy_http2 - Apache HTTP Server Version 2.4 + + + + + + + + +
<-
+ +
+

Apache Module mod_proxy_http2

+
+

Available Languages:  en 

+
+
Description:Effectue la négociation de contenu
Statut:Base
+ + +
Description:HTTP/2 support module for +mod_proxy
Status:Extension
Module Identifier:proxy_http2_module
Source File:mod_proxy_http2.c
+

Summary

+ +

This module requires the service of mod_proxy. It provides the features used for + proxying HTTP/2 requests. mod_proxy_http2 + supports HTTP/2 only. It does not + provide any downgrades to HTTP/1.1.

+ +

Thus, in order to get the ability of handling HTTP/2 proxy requests, + mod_proxy and mod_proxy_http2 + have to be present in the server.

+ +

mod_proxy_http2 works with incoming requests + over HTTP/1.1 and HTTP/2 requests. If mod_http2 + handles the frontend connection, requests against the same HTTP/2 + backend are sent over a single connection, whenever possible.

+ +

This module relies on libnghttp2 + to provide the core http/2 engine.

+ +

Warning

+

This module is experimental. Its behaviors, directives, and + defaults are subject to more change from release to + release relative to other standard modules. Users are encouraged to + consult the "CHANGES" file for potential updates.

+
+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Topics

+

Directives

+

This module provides no + directives.

+

Bugfix checklist

See also

+
+
top
+
+

Request notes

+

mod_proxy_http creates the following request notes for + logging using the %{VARNAME}n format in + LogFormat or + ErrorLogFormat: +

+
+
proxy-source-port
+
The local port used for the connection to the backend server.
+
proxy-status
+
The HTTP/2 status received from the backend server.
+
+
+
+
+

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_proxy_http2.xml.meta b/docs/manual/mod/mod_proxy_http2.xml.meta new file mode 100644 index 0000000000..2ccd79bba6 --- /dev/null +++ b/docs/manual/mod/mod_proxy_http2.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_proxy_http2 + /mod/ + .. + + + en + + diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 1c7950841c..59b4d28d82 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -559,7 +559,7 @@ auf nachfolgende Anfragen wartet the specified maximum size, for potential use by filters such as mod_include. LanguagePriority MIME-lang [MIME-lang] -...svdhBThe precendence of language variants for cases where +...svdhBThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid @@ -788,7 +788,7 @@ header ProxyVia On|Off|Full|Block Off svEInformation provided in the Via HTTP response header for proxied requests QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBName of the file that will be inserted at the end of the index listing ReceiveBufferSize bytes 0 sMTCP receive buffer size diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 011a7a1d0e..3ada935860 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -393,7 +393,7 @@ which no other media type configuration could be found. Deny from all|host|env=[!]env-variable [host|env=[!]env-variable] ...dhEControls which hosts are denied access to the server -<Directory "directory-path"> +<Directory directory-path> ... </Directory>svCEnclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. DirectoryCheckHandler On|Off Off svdhBToggle how this module responds when another handler is configured @@ -446,7 +446,7 @@ request FallbackResource disabled | local-urlsvdhBDefine a default URL for requests that don't map to a file FileETag component ... MTime Size svdhCFile attributes used to create the ETag HTTP response header for static files -<Files "filename"> ... </Files>svdhCContains directives that apply to matched +<Files filename> ... </Files>svdhCContains directives that apply to matched filenames <FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched filenames @@ -553,7 +553,7 @@ requests on a persistent connection the specified maximum size, for potential use by filters such as mod_include. LanguagePriority MIME-lang [MIME-lang] -...svdhBThe precendence of language variants for cases where +...svdhBThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid @@ -604,7 +604,7 @@ listeners' buckets LoadModule module filenamesvELinks in the object file or library, and adds to the list of active modules <Location - "URL-path|URL"> ... </Location>svCApplies the enclosed directives only to matching + URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching URLs <LocationMatch regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression @@ -780,7 +780,7 @@ header ProxyVia On|Off|Full|Block Off svEInformation provided in the Via HTTP response header for proxied requests QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBName of the file that will be inserted at the end of the index listing ReceiveBufferSize bytes 0 sMTCP receive buffer size diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index ac28403889..f4434cbc0e 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -560,7 +560,7 @@ requests on a persistent connection the specified maximum size, for potential use by filters such as mod_include. LanguagePriority MIME-lang [MIME-lang] -...svdhBThe precendence of language variants for cases where +...svdhBThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid @@ -787,7 +787,7 @@ header ProxyVia On|Off|Full|Block Off svEInformation provided in the Via HTTP response header for proxied requests QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBName of the file that will be inserted at the end of the index listing ReceiveBufferSize bytes 0 sMTCP receive buffer size diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 5dd4dd0ad5..b2584edf59 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -730,7 +730,7 @@ header ProxyVia On|Off|Full|Block Off svEプロキシされたリクエストの Via HTTP 応答ヘッダ により提供される情報 QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBインデックス一覧の最後に挿入されるファイルの名前 ReceiveBufferSize bytes 0 sMTCP 受信バッファサイズ Redirect [status] URL-path diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 01c868db9e..9ece7315be 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -373,7 +373,7 @@ which no other media type configuration could be found. Deny from all|host|env=[!]env-variable [host|env=[!]env-variable] ...dhEControls which hosts are denied access to the server -<Directory "directory-path"> +<Directory directory-path> ... </Directory>svCEnclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. DirectoryCheckHandler On|Off Off svdhBToggle how this module responds when another handler is configured @@ -422,7 +422,7 @@ request svdhBDefine a default URL for requests that don't map to a file FileETag component ... MTime Size svdhCFile attributes used to create the ETag HTTP response header for static files -<Files "filename"> ... </Files>svdhCContains directives that apply to matched +<Files filename> ... </Files>svdhCContains directives that apply to matched filenames <FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched filenames @@ -522,7 +522,7 @@ requests on a persistent connection the specified maximum size, for potential use by filters such as mod_include. LanguagePriority MIME-lang [MIME-lang] -...svdhBThe precendence of language variants for cases where +...svdhBThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid @@ -573,7 +573,7 @@ listeners' buckets LoadModule module filenamesE¸ñÀûÆÄÀÏÀ̳ª ¶óÀ̺귯¸®¸¦ ÀоîµéÀÌ°í, »ç¿ë°¡´ÉÇÑ ¸ðµâ ¸ñ·Ï¿¡ Ãß°¡ÇÑ´Ù <Location - "URL-path|URL"> ... </Location>svCApplies the enclosed directives only to matching + URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching URLs <LocationMatch regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression @@ -747,7 +747,7 @@ header ProxyVia On|Off|Full|Block Off svEInformation provided in the Via HTTP response header for proxied requests QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBÆÄÀϸñ·Ï ¸¶Áö¸·¿¡ »ðÀÔÇÒ ÆÄÀÏÀÇ À̸§ ReceiveBufferSize bytes 0 sMTCP receive buffer size Redirect [status] URL-path diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 76b7a6f6e6..aa7577a00b 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -552,7 +552,7 @@ extensions istek gövdesi iptal edilmek yerine belirtilen azami boyutta tutulur. LanguagePriority MIME-lang [MIME-lang] -...skdhTThe precendence of language variants for cases where +...skdhTThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index 117a89b0cb..46c02a7ee2 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -388,7 +388,7 @@ which no other media type configuration could be found. Deny from all|host|env=[!]env-variable [host|env=[!]env-variable] ...dhEControls which hosts are denied access to the server -<Directory "directory-path"> +<Directory directory-path> ... </Directory>svCEnclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. DirectoryCheckHandler On|Off Off svdhBToggle how this module responds when another handler is configured @@ -441,7 +441,7 @@ request FallbackResource disabled | local-urlsvdhBDefine a default URL for requests that don't map to a file FileETag component ... MTime Size svdhCFile attributes used to create the ETag HTTP response header for static files -<Files "filename"> ... </Files>svdhCContains directives that apply to matched +<Files filename> ... </Files>svdhCContains directives that apply to matched filenames <FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched filenames @@ -548,7 +548,7 @@ requests on a persistent connection the specified maximum size, for potential use by filters such as mod_include. LanguagePriority MIME-lang [MIME-lang] -...svdhBThe precendence of language variants for cases where +...svdhBThe precedence of language variants for cases where the client does not express a preference LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache LDAPCacheTTL seconds 600 sETime that cached items remain valid @@ -599,7 +599,7 @@ listeners' buckets LoadModule module filenamesvELinks in the object file or library, and adds to the list of active modules <Location - "URL-path|URL"> ... </Location>svCApplies the enclosed directives only to matching + URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching URLs <LocationMatch regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression @@ -775,7 +775,7 @@ header ProxyVia On|Off|Full|Block Off svEInformation provided in the Via HTTP response header for proxied requests QualifyRedirectURL ON|OFF OFF svdCControls whether the REDIRECT_URL environment variable is -fully qualified + fully qualified ReadmeName filenamesvdhBName of the file that will be inserted at the end of the index listing ReceiveBufferSize bytes 0 sMTCP receive buffer size -- 2.40.0