There are lots of Apache projects.  You want the mailing list for Apache
httpd; this is the mailing list for Apache Tomcat.  Try re-posting on a more
appropriate list :-)

- Peter

On 16 March 2010 18:30, Prabhat Karki <bruno...@yahoo.com> wrote:

> Hello,
> I have apache installed on redhat linux. The version is below
> Server version: Apache/2.2.11 (Unix)
> This server is basically accepting requests on port 80. However if the
> incoming requests has duplicate http headers for the same requests the
> apache responds with a 413 error. In the example below the client has two
> Content-Length headers and as shown the response from apache is 413. All the
> header information is not included below for obvious reasons. Is there any
> config changes that can be applied to apache to ignore the duplicate headers
>
> POST http://example.com HTTP/1.1
> Host:example.net.net:80
> User-Agent: .1
> Content-Length: 70
> Content-length: 70
> Content-Type: application/x-www-form-urlencoded
>
>
>
> ACTION=search&CUID=7QCJVqZNuujgdluDNZTXTA%3d%3d&CATALOG=HOME&GCLIENT=PHTTP/1.1
> 413 Request Entity Too Large
> Date: Tue, 16 Mar 2010 15:39:37 GMT
> Connection: close
> Content-Type: text/html; charset=iso-8859-1
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>413 Reques
>
> Thanks in Advance
> Prabhat
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to