Hi Everybody, I am new to rails and to the list. Before asking the question, I did my homework and checked everything. Please excuse me if this is reducndant or silly. I am trying to run rails on one of omy virtual hosts. I tried with WEBrick and it works, but then I switched to fastCGI, I don''t really know how it works. All I get is the directory browsing of the site. You can check it here. http://tatwamasi.com/saicenter/ I cannot get the dispatcher to work or something. I have followed this document to setup my rails: http://wiki.rubyonrails.com/rails/show/HowtoSetupApacheWithFastCGIAndRubyBindings Any ideas? Thanks in advance. ::akbar
Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK for running Rails apps. On Jul 6, 2005, at 9:22 PM, Akbar Pasha wrote:> Hi Everybody, > > I am new to rails and to the list. Before asking the question, I did > my homework and checked everything. Please excuse me if this is > reducndant or silly. > > I am trying to run rails on one of omy virtual hosts. I tried with > WEBrick and it works, but then I switched to fastCGI, I don''t really > know how it works. All I get is the directory browsing of the site. > You can check it here. > > http://tatwamasi.com/saicenter/ > > I cannot get the dispatcher to work or something. I have followed this > document to setup my rails: > > http://wiki.rubyonrails.com/rails/show/ > HowtoSetupApacheWithFastCGIAndRubyBindings > > Any ideas? Thanks in advance. > > ::akbar > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
This is absolutely not true. :) Apache+mod_fastcgi is completetly supported -- though, can be tricky to setup. Thomas Am 07.07.2005 um 05:43 schrieb Ben Jackson:> Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK > for running Rails apps. > > On Jul 6, 2005, at 9:22 PM, Akbar Pasha wrote: > > >> Hi Everybody, >> >> I am new to rails and to the list. Before asking the question, I did >> my homework and checked everything. Please excuse me if this is >> reducndant or silly. >> >> I am trying to run rails on one of omy virtual hosts. I tried with >> WEBrick and it works, but then I switched to fastCGI, I don''t really >> know how it works. All I get is the directory browsing of the site. >> You can check it here. >> >> http://tatwamasi.com/saicenter/ >> >> I cannot get the dispatcher to work or something. I have followed >> this >> document to setup my rails: >> >> http://wiki.rubyonrails.com/rails/show/ >> HowtoSetupApacheWithFastCGIAndRubyBindings >> >> Any ideas? Thanks in advance. >> >> ::akbar >> _______________________________________________ >> 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 >
On 7/6/05, Ben Jackson <ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org> wrote:> Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK for > running Rails apps.Is there a comparison of these somewhere? I have seen this mentioned a few times but I would like to see more details. Thanks, Tom
On 7-jul-2005, at 5:43, Ben Jackson wrote:> Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK > for running Rails apps.Why don''t we deprecate Linux and MacOS X while we''re at it? And MySQL as well, if you please. -- Julian "Julik" Tarkhanov
> > Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK > > for running Rails apps.Heh. Apache/FastCGI is most certainly not deprecated. It''s the premier platform for Rails deployment and the combination used by Basecamp, Backpack, 43things, Odeo, and others. lighttpd is a promising, upcoming server. With the release of 1.4.0, it''ll hopefully also do well with file uploads. And thus be more ready to take on Apache/FastCGI. But whatever happens, Apache/FastCGI will remain a premier and supported combo. -- David Heinemeier Hansson http://www.loudthinking.com -- Broadcasting Brain http://www.basecamphq.com -- Online project management http://www.backpackit.com -- Personal information manager http://www.rubyonrails.com -- Web-application framework
On 7/7/05, Thomas Fuchs <thomas-9D208sng4xU@public.gmane.org> wrote:> This is absolutely not true. :) > > Apache+mod_fastcgi is completetly supported -- though, can be tricky > to setup.Also I haven''t heard of one single succeful installation of lighttpd+fastcgi+rails on Windows. Correct me if I''m wrong.> Am 07.07.2005 um 05:43 schrieb Ben Jackson: > > > Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK > > for running Rails apps. > > > > On Jul 6, 2005, at 9:22 PM, Akbar Pasha wrote: > > > > > >> Hi Everybody, > >> > >> I am new to rails and to the list. Before asking the question, I did > >> my homework and checked everything. Please excuse me if this is > >> reducndant or silly. > >> > >> I am trying to run rails on one of omy virtual hosts. I tried with > >> WEBrick and it works, but then I switched to fastCGI, I don''t really > >> know how it works. All I get is the directory browsing of the site. > >> You can check it here. > >> > >> http://tatwamasi.com/saicenter/ > >> > >> I cannot get the dispatcher to work or something. I have followed > >> this > >> document to setup my rails: > >> > >> http://wiki.rubyonrails.com/rails/show/ > >> HowtoSetupApacheWithFastCGIAndRubyBindings > >> > >> Any ideas? Thanks in advance. > >> > >> ::akbar > >> _______________________________________________ > >> 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 >-- Jonas Elfström
My mistake :) Thanks for the correction. On Jul 7, 2005, at 3:21 AM, Thomas Fuchs wrote:> This is absolutely not true. :) > > Apache+mod_fastcgi is completetly supported -- though, can be tricky > to setup. > > Thomas > > Am 07.07.2005 um 05:43 schrieb Ben Jackson: > >> Short answer: use lighttpd. Apache/fast-cgi is depreciated AFAIK for >> running Rails apps. >> >> On Jul 6, 2005, at 9:22 PM, Akbar Pasha wrote: >> >> >>> Hi Everybody, >>> >>> I am new to rails and to the list. Before asking the question, I did >>> my homework and checked everything. Please excuse me if this is >>> reducndant or silly. >>> >>> I am trying to run rails on one of omy virtual hosts. I tried with >>> WEBrick and it works, but then I switched to fastCGI, I don''t really >>> know how it works. All I get is the directory browsing of the site. >>> You can check it here. >>> >>> http://tatwamasi.com/saicenter/ >>> >>> I cannot get the dispatcher to work or something. I have followed >>> this >>> document to setup my rails: >>> >>> http://wiki.rubyonrails.com/rails/show/ >>> HowtoSetupApacheWithFastCGIAndRubyBindings >>> >>> Any ideas? Thanks in advance. >>> >>> ::akbar >>> _______________________________________________ >>> 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 >