Graham Leggett wrote:
Hi all,
According to the docs at
http://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxyiobuffersize,
the default value is "ProxyIOBufferSize 8192", which so far is correct.
The docs then say "The size must be less or equal 65536".
There doesn't seem to be anything clearly visible in the code that
enforces this "less than or equal to 65536", but there is code in there
that enforces "greater than or equal to 8192".
So which is correct, the server or the docs?
None ;)
64K comes from its usage for max AJP packet size.
8K is minimum/default AJP packet size. However, larger then 64K sizes
are probably usable for setting non-ajp buffer sizes
(think this is propagated down to the socket layer)
So, in any way the docs should be updated cause its limits
depends weather used for ajp or non-ajp protocol.
Regards
--
^(TM)