I''ve tried setting up an Hello World app with Rails (no database), on a Dreamhost account. I used the configuration I found here http://www.mail-archive.com/camping-list at rubyforge.org/msg00114.html with the proper paths. But I keep getting Internal Server Errors (500). On the error.log I found this [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: comm with (dynamic) server "/home/xxx/little/dispatch.fcgi" aborted: (first read) idle timeout (60 sec), referer: http://little.xxx.com/ [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: incomplete headers (0 bytes) received from server "/home/xxx/little/dispatch.fcgi", referer: http://little.xxx.com/ It seems that is a somewhat common error, that can have several causes. Could anyone who already has their application running on Dreamhost or other shared hosting service, please give a few pointer on how to deploy a Camping application or just try to guess what could be causing the error above. I was really hoping I could use Camping on some projects. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20070722/792263be/attachment.html
http://www.timocracy.com/articles/2007/07/06/getting-camping-working-with-fcgi-on-a-shared-host-dreamhost-part-1 I forgot to write part 2 before I went on vacation - but maybe I''ll look over things and try to recall what else there is. On 7/22/07, S?rgio <prannock at gmail.com> wrote:> I''ve tried setting up an Hello World app with Rails (no database), on a > Dreamhost account. I used the configuration I found here > http://www.mail-archive.com/camping-list at rubyforge.org/msg00114.html > with the proper paths. But I keep getting Internal Server > Errors (500). On the error.log I found this > > [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: comm with > (dynamic) server "/home/xxx/little/dispatch.fcgi" aborted: > (first read) idle timeout (60 sec), referer: http://little.xxx.com/ > [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: > incomplete headers (0 bytes) received from server > "/home/xxx/little/dispatch.fcgi", referer: > http://little.xxx.com/ > > It seems that is a somewhat common error, that can have several causes. > Could anyone who already has their application running on Dreamhost or other > shared hosting service, please give a few pointer on how to deploy a Camping > application or just try to guess what could be causing the error above. > > I was really hoping I could use Camping on some projects. Thanks in advance. > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >
Thanks for the reply Tim. I''m using the 1.5 version installed on the dreamhost servers, since I didn''t figure out yet out to use a gem from my local account. Maybe I have to set the gems path somewhere. I also didn''t figure out where did you set the ''path = req.env[''REQUEST_URI'']'' you mention on you article. 2007/7/23, Tim Connor <timocratic at gmail.com>:> > > http://www.timocracy.com/articles/2007/07/06/getting-camping-working-with-fcgi-on-a-shared-host-dreamhost-part-1 > > I forgot to write part 2 before I went on vacation - but maybe I''ll > look over things and try to recall what else there is. > > On 7/22/07, S?rgio <prannock at gmail.com> wrote: > > I''ve tried setting up an Hello World app with Rails (no database), on a > > Dreamhost account. I used the configuration I found here > > http://www.mail-archive.com/camping-list at rubyforge.org/msg00114.html > > with the proper paths. But I keep getting Internal Server > > Errors (500). On the error.log I found this > > > > [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: comm > with > > (dynamic) server "/home/xxx/little/dispatch.fcgi" aborted: > > (first read) idle timeout (60 sec), referer: http://little.xxx.com/ > > [Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: > > incomplete headers (0 bytes) received from server > > "/home/xxx/little/dispatch.fcgi", referer: > > http://little.xxx.com/ > > > > It seems that is a somewhat common error, that can have several causes. > > Could anyone who already has their application running on Dreamhost or > other > > shared hosting service, please give a few pointer on how to deploy a > Camping > > application or just try to guess what could be causing the error above. > > > > I was really hoping I could use Camping on some projects. Thanks in > advance. > > > > _______________________________________________ > > Camping-list mailing list > > Camping-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/camping-list > > > _______________________________________________ > Camping-list mailing list > Camping-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/camping-list >-- www.sergiosantos.info -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20070723/4ca1f2f9/attachment.html