Until yesterday my app was chugging along... Something has happened and I am now getting FCGI errors but only on certain pages: [Fri Dec 09 10:20:44 2005] [error] [client xx.xx.xx.xx] FastCGI: comm with server "/home/www/apps/myapp/public/dispatch.fcgi" aborted: error parsing headers: malformed header ''1'' Any ideas what could be causing this or how I could go about debugging it? I am at a loss. Thanks.
Am Freitag, den 09.12.2005, 10:25 -0800 schrieb Hunter''s Lists:> Until yesterday my app was chugging along... Something has happened and I am > now getting FCGI errors but only on certain pages: > > [Fri Dec 09 10:20:44 2005] [error] [client xx.xx.xx.xx] FastCGI: comm with > server "/home/www/apps/myapp/public/dispatch.fcgi" aborted: error parsing > headers: malformed header ''1'' > > Any ideas what could be causing this or how I could go about debugging it? > > I am at a loss. Thanks.Are you having ''puts'' statements anywhere in your code? I rember someone had similar problems.> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
For the record, I don''t know what caused this. I replaced dispatch.fcgi and all is well again.> From: Norman Timmler <norman-QkIQCVqxERM@public.gmane.org> > Reply-To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Date: Sun, 11 Dec 2005 13:06:31 +0100 > To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Subject: Re: [Rails] FCGI Malformed Header? > > Am Freitag, den 09.12.2005, 10:25 -0800 schrieb Hunter''s Lists: >> Until yesterday my app was chugging along... Something has happened and I am >> now getting FCGI errors but only on certain pages: >> >> [Fri Dec 09 10:20:44 2005] [error] [client xx.xx.xx.xx] FastCGI: comm with >> server "/home/www/apps/myapp/public/dispatch.fcgi" aborted: error parsing >> headers: malformed header ''1'' >> >> Any ideas what could be causing this or how I could go about debugging it? >> >> I am at a loss. Thanks. > > Are you having ''puts'' statements anywhere in your code? I rember someone > had similar problems. > >> >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
I spoke too soon - my problem is back. Now none of my pages work, every single request comes back with this 500 error. I have no ''puts'' statements - I just checked. What can I do to start looking for this issue with FastCGI?> From: Norman Timmler <norman-QkIQCVqxERM@public.gmane.org> > Reply-To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Date: Sun, 11 Dec 2005 13:06:31 +0100 > To: <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Subject: Re: [Rails] FCGI Malformed Header? > > Am Freitag, den 09.12.2005, 10:25 -0800 schrieb Hunter''s Lists: >> Until yesterday my app was chugging along... Something has happened and I am >> now getting FCGI errors but only on certain pages: >> >> [Fri Dec 09 10:20:44 2005] [error] [client xx.xx.xx.xx] FastCGI: comm with >> server "/home/www/apps/myapp/public/dispatch.fcgi" aborted: error parsing >> headers: malformed header ''1'' >> >> Any ideas what could be causing this or how I could go about debugging it? >> >> I am at a loss. Thanks. > > Are you having ''puts'' statements anywhere in your code? I rember someone > had similar problems. > >> >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails