I''ve been using WEBrick and now want to get Rails working under Apache2. I see mod_ruby isn''t recommended (even though there appears to be a patch). I''ve been trying to get FastCGI working. I compiled mod_fastcgi-2.4.2 (from http://www.fastcgi.com/dist). When restarting Apache it exits on this error: Starting httpd: httpd: module "mod_fastcgi.c" is not compatible with this version of Apache (found 20020628, need 20020903). Please contact the vendor for the correct version. [FAILED] I also compiled the latest snapshot from fastcgi.com and get the same error. How can I get Rails working under Apache2 (2.0.54)? Is development on FastCGI dead btw? Thanks, CSN __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com
Why is modruby not recommended? I''m using it, but noticed that it has started to freeze apache. Maybe the patch can help? Any details? Ernie On 11/6/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > I''ve been using WEBrick and now want to get Rails > working under Apache2. I see mod_ruby isn''t > recommended (even though there appears to be a patch). > I''ve been trying to get FastCGI working. I compiled > mod_fastcgi-2.4.2 (from http://www.fastcgi.com/dist). > When restarting Apache it exits on this error: > > Starting httpd: httpd: module "mod_fastcgi.c" is not > compatible with this version of Apache (found > 20020628, need 20020903). > Please contact the vendor for the correct version. > > [FAILED] > > I also compiled the latest snapshot from fastcgi.com <http://fastcgi.com> > and get the same error. How can I get Rails working > under Apache2 (2.0.54)? Is development on FastCGI dead > btw? > > Thanks, > CSN > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > _______________________________________________ > 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
Check this out: http://blog.shugo.net/articles/2005/08/03/running-rails-on-mod_ruby --- Ernie Oporto <ernieoporto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Why is modruby not recommended? I''m using it, but > noticed that it has > started to freeze apache. Maybe the patch can help? > Any details? > Ernie > > > On 11/6/05, CSN <cool_screen_name90001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> > wrote: > > > > I''ve been using WEBrick and now want to get Rails > > working under Apache2. I see mod_ruby isn''t > > recommended (even though there appears to be a > patch). > > I''ve been trying to get FastCGI working. I > compiled > > mod_fastcgi-2.4.2 (from > http://www.fastcgi.com/dist). > > When restarting Apache it exits on this error: > > > > Starting httpd: httpd: module "mod_fastcgi.c" is > not > > compatible with this version of Apache (found > > 20020628, need 20020903). > > Please contact the vendor for the correct version. > > > > [FAILED] > > > > I also compiled the latest snapshot from > fastcgi.com <http://fastcgi.com> > > and get the same error. How can I get Rails > working > > under Apache2 (2.0.54)? Is development on FastCGI > dead > > btw? > > > > Thanks, > > CSN > > > > > > > > __________________________________ > > Yahoo! FareChase: Search multiple travel sites in > one click. > > http://farechase.yahoo.com > > _______________________________________________ > > 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 >__________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com
Am Samstag, den 05.11.2005, 21:42 -0800 schrieb CSN:> I''ve been trying to get FastCGI working. I compiled > mod_fastcgi-2.4.2 (from http://www.fastcgi.com/dist). > When restarting Apache it exits on this error:Have a look here: http://www.inlet-media.de/the-perfect-ruby-on-rails-with-apache2-and-fastcgi-setup-on-debian-sarge Regards, Norman