Hi all, running into this on an old Apache 2.0.46 installation
(actually httpd-2.0.46-70.ent from RHEL 3 Update 9).

When a user attempts to upload a large file it's exceeding the
LimitRequestBody size and Apache returns a 413 error.  It appears
however that the browser (IE6 and FireFox 2.x in this case) do not
display the 413 message and instead show an error as if the connection
has been reset.

Upon examination of the packet stream I do see the 413 message reaching
the client, but after that the server immediately sends RST,ACK packets
to tell the client to quit trying to send data.  I'm guessing this is
triggering the browser to just abort instead of showin the 413 error
page.

Is this something that could be handled differently by Apache or is the
browser to blame here?  How have some of you worked around this issue?
I'd like the user to see an informative error message, not just the
connection reset message they see now.

Thanks in advance,
Ray

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to