mod_perl2, Apache2::RequestID::read

mod_perl2, Apache2::RequestID::read

am 06.01.2008 22:19:16 von PerlGuy

Getting odd messages in the Apache error_log:

[Sun Jan 06 08:46:50 2008] [error] Apache2::RequestIO::read: (70014)
End of file found at (eval 21) line 5
[Sun Jan 06 08:47:27 2008] [error] Apache2::RequestIO::read: (70014)
End of file found at (eval 20) line 5
[Sun Jan 06 08:50:17 2008] [error] Apache2::RequestIO::read: (70014)
End of file found at (eval 15) line 5
[Sun Jan 06 08:53:48 2008] [error] Apache2::RequestIO::read: (104)
Connection reset by peer at (eval 15) line 5
[Sun Jan 06 09:09:37 2008] [error] Apache2::RequestIO::read: (104)
Connection reset by peer at (eval 28) line 5

Anyone know why this would be happening. From the access_log the both
messages appear to be related to a HTTP POST that includes a multi-
part form for a file upload. Is this something related to the version
of CGI.pm I have installed? Or Apache2? Or mod_perl2?

Re: mod_perl2, Apache2::RequestID::read

am 08.01.2008 04:15:18 von neophenix

On Jan 6, 4:19 pm, PerlGuy wrote:
> Getting odd messages in the Apache error_log:

I believe this may be due to the user canceling out on their end. At
least that seems to of been our experience with this (albeit not with
file transferring, but I suspect it will be the same culprit). Give
that a test and see if you recreate the problem.

-Brian

Re: mod_perl2, Apache2::RequestID::read

am 08.01.2008 09:13:52 von PerlGuy

I've narrowed the problem down. It actually only appears with the
Safari browser (AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4
Safari/523.10.6") with File Uploads. The process actually "hangs"
indefinitely and when I click on something else to "un-hang" the
process those messages appear in the error log. My setup is: Apache/
2.2.6 (Unix) mod_ssl/2.2.6 t/mixed mod_apreq2-20051231/2.6.0 mod_perl/
2.0.3 Perl/v5.8.6. Anyone else experienced hanging file uploads with
Safari? My next test will be a TCP Dump of Safari via Firefox with a
mod_perl file upload. Does Safari send different data than other
browsers during a file upload?


On Jan 7, 7:15=A0pm, "neophe...@gmail.com" wrote:
> On Jan 6, 4:19 pm, PerlGuy wrote:
>
> > Getting odd messages in the Apache error_log:
>
> I believe this may be due to the user canceling out on their end. =A0At
> least that seems to of been our experience with this (albeit not with
> file transferring, but I suspect it will be the same culprit). =A0Give
> that a test and see if you recreate the problem.
>
> -Brian