From: Jim Jagielski
Date: Thu, 23 Oct 2008 12:28:40 +0000 (+0000)
Subject: Update docco xforms
X-Git-Tag: 2.3.0~238
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498fb10840a97947048624e6a1379050ae5b0bb3;p=thirdparty%2Fapache%2Fhttpd.git
Update docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707359 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 67f65a6b92f..87ad3c67ec8 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -682,7 +682,7 @@ proxied
The ProxyIOBufferSize
directive adjusts the size
of the internal buffer, which is used as a scratchpad for the data between
- input and output. The size must be less or equal 65536
.
+ input and output. The size must be at least 512
.
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
@@ -881,6 +881,12 @@ through
The time to wait for additional input, in milliseconds, before
flushing the output brigade if 'flushpackets' is 'auto'.
|
+ iobuffersize |
+ 8192 |
+ Adjusts the size of the internal scratchpad IO buffer. This allows you
+ to override the ProxyIOBufferSize for a specific worker.
+ This must be at least 512 or set to 0 for the system default of 8192.
+ |
keepalive |
Off |
This parameter should be used when you have a firewall between your
@@ -912,6 +918,13 @@ through |
By adding a postfix of ms the delay can be also set in
milliseconds.
+ receivebuffersize |
+ 0 |
+ Adjusts the size of the explicit (TCP/IP) network buffer size for
+ proxied connections. This allows you to override the
+ ProxyReceiveBufferSize for a specific worker.
+ This must be at least 512 or set to 0 for the system default.
+ |
redirect |
- |
Redirection Route of the worker. This value is usually
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index 8520caeaa70..61dafa1400e 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
-
+
|