Greetings,
We recently upgraded to mod_perl2 and we started seeing this error:
Apache2::RequestIO::print: (103) Software caused connection abort at ...
The line has a $r->print(), we've tried everything, including eval() the line but nothing helps.
Server Version: Apache/2.0.52 (Red Hat) (x86_64 x86_64 x86_64 GNU/Linux)
mod_perl-2.0.2-4.el4s1.2
We tried researching and some people suggest that this is caused when the browser closed the connection with the web server but we disagree, we ran this on a dev server and it still happens. Any direction would be greatly appreciated.
Thanks!