I''m getting ready to deploy a Ruby on Rails application on a Windows server using Apache 2.0 and FastCGI. However, I''m having trouble compiling the ruby-fcgi bindings for Windows. Does anyone know where I can find some pre-compiled binaries, or at least a guide on how to compile the bindings? If no binaries are available, is there a way to use a pure ruby version, and if so how? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m getting ready to deploy a Ruby on Rails application on a Windows server using Apache 2.0 and FastCGI. However, I''m having trouble compiling the ruby-fcgi bindings for Windows. Does anyone know where I can find some pre-compiled binaries, or at least a guide on how to compile the bindings? If no binaries are available, is there a way to use a pure ruby version, and if so how? Omar Qazi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Omar - you might want to check this link. Someone else highly recommended it awhile back. http://sourceforge.net/projects/rails-prod-win/ There used to be a really good writeup here but alas the site seems to have gone into the bit bucket. If anyone knows if this site has a new domain name let me know. http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows -Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks so much. You''re a life saver. I''ve been trying to get this to work for months! I am eternally grateful to you. Omar Qazi, CEO ROFL Software On Jan 2, 2007, at 3:52 PM, Paul Corcoran wrote:> > Omar - you might want to check this link. Someone else highly > recommended it awhile back. > > http://sourceforge.net/projects/rails-prod-win/ > > There used to be a really good writeup here but alas the site seems to > have gone into the bit bucket. If anyone knows if this site has a new > domain name let me know. > > http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2- > on-windows > > -Paul--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
First off, don''t bother. It''s not going to give you what you want. Get Apache 2.2, install Mongrel on Windows, and configure your system to use that setup. Let me know if you need help. I do have instructions on my site at http://www.napcs.com/howto/rails/deploy/index.html including one on FastCGI, but I really really don''t recommend that one. Let me know if I can be of more assistance. On 1/2/07, omar-kMKSBuUQq7gi8rCdYzckzA@public.gmane.org <omarqa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I''m getting ready to deploy a Ruby on Rails application on a Windows > server using Apache 2.0 and FastCGI. However, I''m having trouble > compiling the ruby-fcgi bindings for Windows. Does anyone know where I > can find some pre-compiled binaries, or at least a guide on how to > compile the bindings? If no binaries are available, is there a way to > use a pure ruby version, and if so how? > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---