From 05ee31299e33144c76a206f279a8c64a05e3efea Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 13 Sep 2011 18:07:29 +0000 Subject: [PATCH] Xforms again post mod_proxy.xml update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170275 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 75 +++++++++++-------- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- docs/manual/mod/quickreference.html.zh-cn | 2 +- docs/manual/rewrite/index.xml.tr | 2 +- 9 files changed, 50 insertions(+), 41 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 0e33af8898..60ece22151 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -53,7 +53,7 @@ capabilities
  • mod_proxy_balancer and one or more - balancer modules, if load balancing is required. (See + balancer modules, if load balancing is required. (See mod_proxy_balancer for more information.)
  • one or more proxy scheme, or protocol, modules: @@ -63,11 +63,11 @@ AJP13 (Apache JServe Protocol version 1.3)mod_proxy_ajp CONNECT (for - SSL)mod_proxy_connect + SSL)mod_proxy_connect FastCGImod_proxy_fcgi ftpmod_proxy_ftp HTTP/0.9, HTTP/1.0, and - HTTP/1.1mod_proxy_http + HTTP/1.1mod_proxy_http SCGImod_proxy_scgi
  • @@ -113,7 +113,7 @@

    Topics

    top
    -

    Forward Proxies and Reverse +

    Forward Proxies and Reverse Proxies/Gateways

    Apache HTTP Server can be configured in both a forward and reverse proxy (also known as gateway) mode.

    @@ -422,7 +422,7 @@ chunked encoding.

    Under some circumstances, the server must spool request bodies - to disk to satisfy the requested handling of request bodies. For + to disk to satisfy the requested handling of request bodies. For example, this spooling will occur if the original body was sent with chunked encoding (and is large), but the administrator has asked for backend requests to be sent with Content-Length or as HTTP/1.0. @@ -446,7 +446,7 @@

    X-Forwarded-For
    The IP address of the client.
    X-Forwarded-Host
    -
    The original host requested by the client in the Host +
    The original host requested by the client in the Host HTTP request header.
    X-Forwarded-Server
    The hostname of the proxy server.
    @@ -498,8 +498,8 @@ directive, and can take any of the key value pair parameters available to ProxyPass directives.

    One additional parameter is available only to BalancerMember directives: - loadfactor. This is the member load factor - a number between 1 - (default) and 100, which defines the weighted load to be applied to the + loadfactor. This is the member load factor - a number between 1 + (default) and 100, which defines the weighted load to be applied to the member in question.

    The balancerurl is only needed when not in <Proxy balancer://...> container directive. It corresponds to the url of a balancer defined in @@ -547,7 +547,7 @@ directly

    To distinguish Domains from Hostnames (both syntactically and semantically; a DNS domain can have a DNS A record, too!), Domains are always written with a leading period.

    - +

    Note

    Domain name comparisons are done without regard to the case, and Domains are always assumed to be anchored in the root of the @@ -592,7 +592,7 @@ directly

    Example

    192.168.123.7

    - +

    Note

    An IPAddr does not need to be resolved by the DNS system, so it can result in more effective apache performance.

    @@ -706,7 +706,7 @@ response

    The ProxyBadHeader directive determines the behaviour of mod_proxy if it receives syntactically invalid - response header lines (i.e. containing no colon) from the origin + response header lines (i.e. containing no colon) from the origin server. The following arguments are possible:

    @@ -795,8 +795,8 @@ proxied Module:mod_proxy Compatibility:Available in version 2.0 and later -

    This directive is useful for reverse-proxy setups, where you want to - have a common look and feel on the error pages seen by the end user. +

    This directive is useful for reverse-proxy setups, where you want to + have a common look and feel on the error pages seen by the end user. This also allows for included files (via mod_include's SSI) to get the error code and act accordingly (default behavior would display @@ -823,20 +823,20 @@ proxied

    In almost every case there's no reason to change that value.

    If used with AJP this directive sets the maximum AJP packet size in - bytes. If you change it from the default, you must also change the + bytes. If you change it from the default, you must also change the packetSize attribute of your AJP connector on the Tomcat side! The attribute packetSize is only available in Tomcat 5.5.20+ and 6.0.2+

    Normally it is not necessary to change the maximum packet size. Problems with the default value have been reported when sending certificates or certificate chains.

    - +
    top

    <ProxyMatch> Directive

    - @@ -926,7 +926,7 @@ through

    ProxyPass /mirror/foo/ http://backend.example.com/

    - +

    If the first argument ends with a trailing /, the second argument should also end with a trailing / and vice @@ -996,7 +996,7 @@ through backend server's keep-alive timeout.

    The pool of connections is maintained per web server child - process, and max and other settings are not coordinated + process, and max and other settings are not coordinated among all child processes, except when only one child process is allowed by configuration or MPM design.

    @@ -1056,7 +1056,7 @@ through the backend server (regardless of protocol) tends to silently drop connections or when backends themselves may be under round- robin DNS. To disable connection pooling reuse, - set this property value to On. + set this property value to On.
    @@ -1085,9 +1085,9 @@ through This flag will tell the Operating System to send KEEP_ALIVE messages on inactive connections and thus prevent the firewall to drop the connection. To enable keepalive set this property value to On.

    -

    The frequency of initial and subsequent TCP keepalive probes +

    The frequency of initial and subsequent TCP keepalive probes depends on global OS settings, and may be as high as 2 hours. To be useful, - the frequency configured in the OS must be smaller than the threshold used + the frequency configured in the OS must be smaller than the threshold used by the firewall.

    @@ -1147,9 +1147,18 @@ through
    Description:Container for directives applied to regular-expression-matched +
    Description:Container for directives applied to regular-expression-matched proxied resources
    Syntax:<ProxyMatch regex> ...</ProxyMatch>
    Context:server config, virtual host
    flushpackets off
    lbset
    status - Single letter value defining the initial status of - this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors, - 'H' is hot-standby and 'E' is in an error state. Status - can be set (which is the default) by prepending with '+' or + this worker. + + + + + + + +
    D: Worker is disabled and will not accept any requests.
    S: Worker is administratively stopped.
    I: Worker is in ignore-errors mode, and will always be considered available.
    H: Worker is in hot-standby mode and will only be used if no other + viable workers are available.
    E: Worker is in an error state.
    N: Worker is in drain mode, and will only accept existing sticky sessions + destined for itself and ignore all other requests.
    Status + can be set (which is the default) by prepending with '+' or cleared by prepending with '-'. Thus, a setting of 'S-E' sets this worker to Stopped and clears the in-error flag. @@ -1170,7 +1179,7 @@ through

    If the Proxy directive scheme starts with the - balancer:// (eg: balancer://cluster/, + balancer:// (eg: balancer://cluster/, any path information is ignored) then a virtual worker that does not really communicate with the backend server will be created. Instead it is responsible for the management of several "real" workers. In that case the special set of @@ -1187,12 +1196,12 @@ through Balancer load-balance method. Select the load-balancing scheduler method to use. Either byrequests, to perform weighted request counting, bytraffic, to perform weighted - traffic byte count balancing, or bybusyness, to perform + traffic byte count balancing, or bybusyness, to perform pending request balancing. Default is byrequests. maxattempts One less than the number of workers, or 1 with a single worker. - Maximum number of failover attempts before giving up. + Maximum number of failover attempts before giving up. nofailover Off @@ -1219,7 +1228,7 @@ through timeout 0 Balancer timeout in seconds. If set this will be the maximum time - to wait for a free worker. Default is not to wait. + to wait for a free worker. Default is not to wait. failonstatus - @@ -1242,9 +1251,9 @@ through growth 0 Number of additional BalancerMembers to allow to be added - to this balancer in addition to those defined at configuration. + to this balancer in addition to those defined at configuration. - +

    A sample balancer setup

    @@ -1297,7 +1306,7 @@ through <LocationMatch> section, however ProxyPass does not interpret the regexp as such, so it is necessary to use ProxyPassMatch in this situation instead.

    - +

    This directive is not supported in <Directory> or <Files> sections.

    If you require a more flexible reverse-proxy configuration, see the @@ -1507,7 +1516,7 @@ context in 2.3.3 and later. request to the proxied host, instead of the hostname specified in the ProxyPass line.

    -

    This option should normally be turned Off. It is mostly +

    This option should normally be turned Off. It is mostly useful in special configurations like proxied mass name-based virtual hosting, where the original Host header needs to be evaluated by the backend server.

    diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 3d65150b9d..9300953f39 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + +