On Thu, 6 May 2004, Gerard Fremaint wrote:
> 2004/05/03 18:15:56| Request header is too large (4095 bytes)
> 2004/05/03 18:15:56| Config 'request_header_max_size'= 0 bytes.
>
> I have this message even tough the request_header_max_size is set to 0, is
> there anything I need to worry about ? Any way to make the message so that
> it doesn't appear again ?
request_header_max_size
This specifies the maximum size for HTTP headers in a request.
Request headers are usually relatively small (about 512 bytes).
Placing a limit on the request header size will catch certain
bugs (for example with persistent connections) and possibly
buffer-overflow or denial-of-service attacks.
request_header_max_size 0 bytes
tells Squid that basically no requests are acceptable as all requests are
larger than the configured limit.
Regards
Henrik
Received on Fri May 07 2004 - 15:21:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Jun 01 2004 - 12:00:01 MDT