for some reason i keep getting the following error in apache with fcgi. Followed standard fcgi cofniguration but no dice. any ideas ? Its also generating the 500 error, "Rails Application Failed to Start Properly" [Mon Sep 26 10:13:49 2005] [error] [client 10.10.3.54] FastCGI: incomplete headers (0 bytes) received from server "/usr/local/rails/assets/public/dispatch.fcgi" adam
You may have a permissions problem. Try chmoding your /public directory to 755. If you''re doing development on Windows and uploading to unix, run dos2unix on the same files. Also, make sure the shebang in dispatch.fcgi is correct for the location of ruby. -Tom On 9/26/05, Adam Denenberg <adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote:> for some reason i keep getting the following error in apache with fcgi. > Followed standard fcgi cofniguration but no dice. any ideas ? > > Its also generating the 500 error, "Rails Application Failed to Start > Properly" > > [Mon Sep 26 10:13:49 2005] [error] [client 10.10.3.54] FastCGI: > incomplete headers (0 bytes) received from server > "/usr/local/rails/assets/public/dispatch.fcgi" > > adam > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tom Wilcoxen http://convergentarts.com http://www.dreamhost.com/r.cgi?twilcoxen
yeah triple checked that. Everything owned by apache user. Chmod''d 755 everything. And #! /usr/bin/ruby is the right path. Still nothing. -adam Tom Wilcoxen wrote:> You may have a permissions problem. Try chmoding your /public > directory to 755. If you''re doing development on Windows and uploading > to unix, run dos2unix on the same files. Also, make sure the shebang > in dispatch.fcgi is correct for the location of ruby. > > -Tom > > On 9/26/05, Adam Denenberg <adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote: > >>for some reason i keep getting the following error in apache with fcgi. >> Followed standard fcgi cofniguration but no dice. any ideas ? >> >>Its also generating the 500 error, "Rails Application Failed to Start >>Properly" >> >>[Mon Sep 26 10:13:49 2005] [error] [client 10.10.3.54] FastCGI: >>incomplete headers (0 bytes) received from server >>"/usr/local/rails/assets/public/dispatch.fcgi" >> >>adam >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > > -- > Tom Wilcoxen > http://convergentarts.com > http://www.dreamhost.com/r.cgi?twilcoxen > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
no fastcgi.crash.log being generated either which tells me something else is up here . adam Adam Denenberg wrote:> yeah triple checked that. Everything owned by apache user. Chmod''d 755 > everything. And #! /usr/bin/ruby is the right path. > > Still nothing. > > -adam > > Tom Wilcoxen wrote: > >> You may have a permissions problem. Try chmoding your /public >> directory to 755. If you''re doing development on Windows and uploading >> to unix, run dos2unix on the same files. Also, make sure the shebang >> in dispatch.fcgi is correct for the location of ruby. >> >> -Tom >> >> On 9/26/05, Adam Denenberg <adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote: >> >>> for some reason i keep getting the following error in apache with fcgi. >>> Followed standard fcgi cofniguration but no dice. any ideas ? >>> >>> Its also generating the 500 error, "Rails Application Failed to Start >>> Properly" >>> >>> [Mon Sep 26 10:13:49 2005] [error] [client 10.10.3.54] FastCGI: >>> incomplete headers (0 bytes) received from server >>> "/usr/local/rails/assets/public/dispatch.fcgi" >>> >>> adam >>> _______________________________________________ >>> Rails mailing list >>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> http://lists.rubyonrails.org/mailman/listinfo/rails >>> >> >> >> >> -- >> Tom Wilcoxen >> http://convergentarts.com >> http://www.dreamhost.com/r.cgi?twilcoxen >> _______________________________________________ >> 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 >
running dispatch.fcgi manually from the command line also yields this in fastcgi.crash.log [26/Sep/2005:11:28:08 :: 6410] Dispatcher failed to catch: undefined method `is_cgi?'' for FCGI:Class (NoMethodError) /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:55:in `process!'' /usr/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/fcgi_handler.rb:21:in `process!'' ./dispatch.fcgi:26 killed by this error adam Adam Denenberg wrote:> no fastcgi.crash.log being generated either which tells me something > else is up here . > > adam > > Adam Denenberg wrote: > >> yeah triple checked that. Everything owned by apache user. Chmod''d >> 755 everything. And #! /usr/bin/ruby is the right path. >> >> Still nothing. >> >> -adam >> >> Tom Wilcoxen wrote: >> >>> You may have a permissions problem. Try chmoding your /public >>> directory to 755. If you''re doing development on Windows and uploading >>> to unix, run dos2unix on the same files. Also, make sure the shebang >>> in dispatch.fcgi is correct for the location of ruby. >>> >>> -Tom >>> >>> On 9/26/05, Adam Denenberg <adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote: >>> >>>> for some reason i keep getting the following error in apache with fcgi. >>>> Followed standard fcgi cofniguration but no dice. any ideas ? >>>> >>>> Its also generating the 500 error, "Rails Application Failed to Start >>>> Properly" >>>> >>>> [Mon Sep 26 10:13:49 2005] [error] [client 10.10.3.54] FastCGI: >>>> incomplete headers (0 bytes) received from server >>>> "/usr/local/rails/assets/public/dispatch.fcgi" >>>> >>>> adam >>>> _______________________________________________ >>>> Rails mailing list >>>> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>>> http://lists.rubyonrails.org/mailman/listinfo/rails >>>> >>> >>> >>> >>> -- >>> Tom Wilcoxen >>> http://convergentarts.com >>> http://www.dreamhost.com/r.cgi?twilcoxen >>> _______________________________________________ >>> 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 >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Did you set sufficient -appConnTimeout and -startDelay options ? -----Original Message----- From: rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Adam Denenberg Sent: Monday, September 26, 2005 5:10 PM To: Tom Wilcoxen; rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails] fcgi not working yeah triple checked that. Everything owned by apache user. Chmod''d 755 everything. And #! /usr/bin/ruby is the right path. Still nothing. -
I just had a similar problem getting CGI to run on a Linux box. (The thing that had me stumped was that WEBrick would run Rails fine but Apache would choke.) It turned out that I had some Macintosh-style line feeds instead of Unix ones in my dispatch.cgi. Opening dispatch.cgi with vi or pico from the command line finally showed me the stray characters and allowed me to fix them. Something to try... Kevin> yeah triple checked that. Everything owned by apache user. Chmod''d > 755 > everything. And #! /usr/bin/ruby is the right path. > > Still nothing. > > -adam
thanks but still nothing. The socket gets created with FCGI, in the FastCgiIpcDir, but still nothing connects. Not sure how to best debug this. Still wondering why no fastcgi.crash.log getting created either. adam Kevin Skoglund wrote:> I just had a similar problem getting CGI to run on a Linux box. (The > thing that had me stumped was that WEBrick would run Rails fine but > Apache would choke.) It turned out that I had some Macintosh-style > line feeds instead of Unix ones in my dispatch.cgi. Opening > dispatch.cgi with vi or pico from the command line finally showed me > the stray characters and allowed me to fix them. > > Something to try... > > Kevin > > >> yeah triple checked that. Everything owned by apache user. Chmod''d 755 >> everything. And #! /usr/bin/ruby is the right path. >> >> Still nothing. >> >> -adam > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Adam, I''m having the same issue you are having. Have you had any luck resolving this issue? - Jim On Sep 26, 2005, at 11:42 AM, Adam Denenberg wrote:> thanks but still nothing. The socket gets created with FCGI, in > the FastCgiIpcDir, but still nothing connects. Not sure how to > best debug this. > > Still wondering why no fastcgi.crash.log getting created either. > > adam > > > Kevin Skoglund wrote: > >> I just had a similar problem getting CGI to run on a Linux box. >> (The thing that had me stumped was that WEBrick would run Rails >> fine but Apache would choke.) It turned out that I had some >> Macintosh-style line feeds instead of Unix ones in my >> dispatch.cgi. Opening dispatch.cgi with vi or pico from the >> command line finally showed me the stray characters and allowed >> me to fix them. >> Something to try... >> Kevin >> >>> yeah triple checked that. Everything owned by apache user. >>> Chmod''d 755 >>> everything. And #! /usr/bin/ruby is the right path. >>> >>> Still nothing. >>> >>> -adam >>> >> _______________________________________________ >> 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 > > >
still nothing yet. I am not sure why it is not connecting. I am running on redhat 8, apache 1.3 .. what are you running on ? I get the FCGI socket to be created, but it just hangs, and i get the error below. Also no fcgi.crash.log. Jim Jeffers wrote:> Adam, > I''m having the same issue you are having. Have you had any luck > resolving this issue? > > - Jim > > On Sep 26, 2005, at 11:42 AM, Adam Denenberg wrote: > >> thanks but still nothing. The socket gets created with FCGI, in the >> FastCgiIpcDir, but still nothing connects. Not sure how to best >> debug this. >> >> Still wondering why no fastcgi.crash.log getting created either. >> >> adam >> >> >> Kevin Skoglund wrote: >> >>> I just had a similar problem getting CGI to run on a Linux box. >>> (The thing that had me stumped was that WEBrick would run Rails >>> fine but Apache would choke.) It turned out that I had some >>> Macintosh-style line feeds instead of Unix ones in my >>> dispatch.cgi. Opening dispatch.cgi with vi or pico from the >>> command line finally showed me the stray characters and allowed me >>> to fix them. >>> Something to try... >>> Kevin >>> >>>> yeah triple checked that. Everything owned by apache user. >>>> Chmod''d 755 >>>> everything. And #! /usr/bin/ruby is the right path. >>>> >>>> Still nothing. >>>> >>>> -adam >>>> >>> _______________________________________________ >>> 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 >> >> >> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
I was having issues with FCGI not working and I changed the path in the dispatcher from #! /usr/bin/ruby to #! C:/ruby/bin/rubyw.exe I am not sure that will help you with your system since mine is XP but I was having the same issues and that fixed it. On 10/5/05, Adam Denenberg <adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote:> > still nothing yet. I am not sure why it is not connecting. I am > running on redhat 8, apache 1.3 .. what are you running on ? > > I get the FCGI socket to be created, but it just hangs, and i get the > error below. Also no fcgi.crash.log. > > Jim Jeffers wrote: > > Adam,_______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
hello, try to implement a "hello world" fcgi handler in, say, perl and see if it works. if so, then the rails side is causing the problem, and not your server setup. konstantin ----- Original Message ----- From: robi sen To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Sent: Wednesday, October 05, 2005 8:20 AM Subject: Re: [Rails] Re: fcgi not working I was having issues with FCGI not working and I changed the path in the dispatcher from #! /usr/bin/ruby to #! C:/ruby/bin/rubyw.exe I am not sure that will help you with your system since mine is XP but I was having the same issues and that fixed it. On 10/5/05, Adam Denenberg < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote: still nothing yet. I am not sure why it is not connecting. I am running on redhat 8, apache 1.3 .. what are you running on ? I get the FCGI socket to be created, but it just hangs, and i get the error below. Also no fcgi.crash.log. Jim Jeffers wrote: > Adam, _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
hello, try to implement a "hello world" fcgi handler in, say, perl and see if it works. if so, then the rails side is causing the problem, and not your server setup. konstantin ----- Original Message ----- From: robi sen To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Sent: Wednesday, October 05, 2005 8:20 AM Subject: Re: [Rails] Re: fcgi not working I was having issues with FCGI not working and I changed the path in the dispatcher from #! /usr/bin/ruby to #! C:/ruby/bin/rubyw.exe I am not sure that will help you with your system since mine is XP but I was having the same issues and that fixed it. On 10/5/05, Adam Denenberg < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org> wrote: still nothing yet. I am not sure why it is not connecting. I am running on redhat 8, apache 1.3 .. what are you running on ? I get the FCGI socket to be created, but it just hangs, and i get the error below. Also no fcgi.crash.log. Jim Jeffers wrote: > Adam, _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
any idea how to do this in perl ? akonsu wrote:> hello, > > try to implement a "hello world" fcgi handler in, say, perl and see if > it works. if so, then the rails side is causing the problem, and not > your server setup. > > konstantin > > ----- Original Message ----- > *From:* robi sen <mailto:robisen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > *To:* rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > <mailto:rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > *Sent:* Wednesday, October 05, 2005 8:20 AM > *Subject:* Re: [Rails] Re: fcgi not working > > I was having issues with FCGI not working and I changed the path > in the dispatcher from > > #! /usr/bin/ruby > to > > #! C:/ruby/bin/rubyw.exe > > I am not sure that will help you with your system since mine is > XP but I was having the same issues and that fixed it. > > On 10/5/05, *Adam Denenberg* < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org > <mailto:adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org>> wrote: > > still nothing yet. I am not sure why it is not > connecting. I am > running on redhat 8, apache 1.3 .. what are you running on ? > > I get the FCGI socket to be created, but it just hangs, and > i get the > error below. Also no fcgi.crash.log. > > Jim Jeffers wrote: > > Adam, > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails
nevermind i got it. Works fine with perl .... so now we know its rails... adam Adam Denenberg wrote:> any idea how to do this in perl ? > > > akonsu wrote: > >> hello, >> >> try to implement a "hello world" fcgi handler in, say, perl and see if >> it works. if so, then the rails side is causing the problem, and not >> your server setup. >> >> konstantin >> >> ----- Original Message ----- >> *From:* robi sen <mailto:robisen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >> *To:* rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> <mailto:rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> >> *Sent:* Wednesday, October 05, 2005 8:20 AM >> *Subject:* Re: [Rails] Re: fcgi not working >> >> I was having issues with FCGI not working and I changed the path >> in the dispatcher from >> >> #! /usr/bin/ruby >> to >> >> #! C:/ruby/bin/rubyw.exe >> >> I am not sure that will help you with your system since mine is >> XP but I was having the same issues and that fixed it. >> >> On 10/5/05, *Adam Denenberg* < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org >> <mailto:adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org>> wrote: >> >> still nothing yet. I am not sure why it is not >> connecting. I am >> running on redhat 8, apache 1.3 .. what are you running on ? >> >> I get the FCGI socket to be created, but it just hangs, and >> i get the >> error below. Also no fcgi.crash.log. >> >> Jim Jeffers wrote: >> > Adam, >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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 >
does this error provide a clue ? Exception `NoMethodError'' at /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593 - undefined method `is_cgi?'' for FCGI:Class Adam Denenberg wrote:> nevermind i got it. Works fine with perl .... so now we know its rails... > > adam > > > Adam Denenberg wrote: > >> any idea how to do this in perl ? >> >> >> akonsu wrote: >> >>> hello, >>> >>> try to implement a "hello world" fcgi handler in, say, perl and see >>> if it works. if so, then the rails side is causing the problem, and >>> not your server setup. >>> >>> konstantin >>> >>> ----- Original Message ----- >>> *From:* robi sen <mailto:robisen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >>> *To:* rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>> <mailto:rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> >>> *Sent:* Wednesday, October 05, 2005 8:20 AM >>> *Subject:* Re: [Rails] Re: fcgi not working >>> >>> I was having issues with FCGI not working and I changed the path >>> in the dispatcher from >>> >>> #! /usr/bin/ruby >>> to >>> >>> #! C:/ruby/bin/rubyw.exe >>> >>> I am not sure that will help you with your system since mine is >>> XP but I was having the same issues and that fixed it. >>> >>> On 10/5/05, *Adam Denenberg* < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org >>> <mailto:adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org>> wrote: >>> >>> still nothing yet. I am not sure why it is not >>> connecting. I am >>> running on redhat 8, apache 1.3 .. what are you running on ? >>> >>> I get the FCGI socket to be created, but it just hangs, and >>> i get the >>> error below. Also no fcgi.crash.log. >>> >>> Jim Jeffers wrote: >>> > Adam, >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> 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 >> > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
for example: http://www.fastcgi.com/devkit/doc/fastcgi-prog-guide/ch3perl.htm> any idea how to do this in perl ?> akonsu wrote: > > hello, > > > > try to implement a "hello world" fcgi handler in, say, perl and see if > > it works. if so, then the rails side is causing the problem, and not > > your server setup. > > > > konstantin
finally fixed it by doing the following uninstalling the gem and following the following instructions at the bottom of this thread: http://forum.textdrive.com/viewtopic.php?id=2972 adam Adam Denenberg wrote:> does this error provide a clue ? > > Exception `NoMethodError'' at > /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:593 - undefined > method `is_cgi?'' for FCGI:Class > > Adam Denenberg wrote: > >> nevermind i got it. Works fine with perl .... so now we know its >> rails... >> >> adam >> >> >> Adam Denenberg wrote: >> >>> any idea how to do this in perl ? >>> >>> >>> akonsu wrote: >>> >>>> hello, >>>> >>>> try to implement a "hello world" fcgi handler in, say, perl and see >>>> if it works. if so, then the rails side is causing the problem, and >>>> not your server setup. >>>> >>>> konstantin >>>> >>>> ----- Original Message ----- >>>> *From:* robi sen <mailto:robisen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> >>>> *To:* rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>>> <mailto:rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> >>>> *Sent:* Wednesday, October 05, 2005 8:20 AM >>>> *Subject:* Re: [Rails] Re: fcgi not working >>>> >>>> I was having issues with FCGI not working and I changed the >>>> path >>>> in the dispatcher from >>>> >>>> #! /usr/bin/ruby >>>> to >>>> >>>> #! C:/ruby/bin/rubyw.exe >>>> >>>> I am not sure that will help you with your system since mine is >>>> XP but I was having the same issues and that fixed it. >>>> >>>> On 10/5/05, *Adam Denenberg* < adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org >>>> <mailto:adam-fpx97dFL/ODYtjvyW6yDsg@public.gmane.org>> wrote: >>>> >>>> still nothing yet. I am not sure why it is not >>>> connecting. I am >>>> running on redhat 8, apache 1.3 .. what are you running >>>> on ? >>>> >>>> I get the FCGI socket to be created, but it just hangs, and >>>> i get the >>>> error below. Also no fcgi.crash.log. >>>> >>>> Jim Jeffers wrote: >>>> > Adam, >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >> _______________________________________________ >> 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 >