Hi, I have looking for the best way to integrate Apache 1.3.x and RoR. BTW, I have gone through several different articles and I''m not clear as to which method is the correct method for a production level environment. Thus, if someone could shed some light on this topic, it would be most appreciated. Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060223/61b19289/attachment.html
I''m having some difficulty to understand this either. It seems the way to go is Lighttpd with FCGI. I''m using it on TextDrive and it seems to work fine for me. Regards, Harm On 2/23/06, Conrad Taylor <conradwt@gmail.com> wrote:> > Hi, I have looking for the best way to integrate Apache 1.3.x and RoR. > BTW, I have gone through several different articles and I''m not clear as to > which method is the correct method for a production level environment. > Thus, if someone could shed some light on this topic, it would be most > appreciated. > > Thanks in advance, > > -Conrad > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060223/e0ca5ae3/attachment.html
Apache=>Lighty=>FCGI=>Rails is my recommended... Pretty simple to setup, and performs quite good... Mikkel Bruun www.strongside.dk - Football Portal(DK) nflfeed.helenius.org - Football News(DK) ting.minline.dk - Buy Old Stuff!(DK) -- Posted with http://DevLists.com. Sign up and save your time!
I agree. The best option at this point is lighttpd. If you can get away with running lighty standalone thats great. But if you need apache around for old sites then you should proxy an apache vhost to lighttpd/fcgi running your rails app. Here are some configurations for apache vhosts that do just this: http://brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to- lighttpd-on-a-higher-port Cheers- -Ezra On Feb 23, 2006, at 5:01 AM, Mikkel Bruun wrote:> Apache=>Lighty=>FCGI=>Rails is my recommended... > > Pretty simple to setup, and performs quite good... > > Mikkel Bruun > > www.strongside.dk - Football Portal(DK) > nflfeed.helenius.org - Football News(DK) > ting.minline.dk - Buy Old Stuff!(DK) > > > > > -- > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >