Re: Apache2::RequestIO::print: (103) Software caused connection abort at
"Cosimo Streppone" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <op.vf69o3eis5ttvb@cd01> |
Angel Morales wrote: > 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 From the archives, maybe it's useful? http://www.apache-httpd.com/list/39/643817.html I have also seen the same error happen when you '$r->print($output)' where $output is, for some programming error, empty. -- Cosimo