Apache2::RequestIO::print: (103) Software caused connection abort at ...

2010-05-22 Thread Nishikant Kapoor
Hello there, I have been trying to figure it out for over a week now but without much success. Could really use some help. When I visit my site http://www.Channelorama.com/DH/?act=home using IE, I see the following error in the apache error log. And, IE hangs in a 'working' loop, without dis

Re: Apache2::RequestIO::print: (103) Software caused connection abort at ...

2010-05-22 Thread Torsten Förtsch
On Saturday 22 May 2010 15:53:09 Nishikant Kapoor wrote: > Hello there, > > I have been trying to figure it out for over a week now but without much > success. Could really use some help. > > When I visit my site http://www.Channelorama.com/DH/?act=home using IE, > I see the following error in th

Re: Apache2::RequestIO::print: (103) Software caused connection abort at ...

2010-05-22 Thread Nishikant Kapoor
Torsten Förtsch, You are awesome! That was it. I had a line in there just before '$r->print($tmpl->output)' $r->content_type("text/html; charset=ISO-8859-1\n\n"); I removed the two \n and now, it is working great with both IE and FF.. Really, truly appreciate it. Nishi Torsten Förtsch wro