Hi guys :) 1st of all I''m still new with ruby and just following some tutorial to build with ruby language and ruby on rails. Before this I just bootup the webrick web server for development. Things come up, and I want to integrate my RoR project within apache web server. So i''m googling around and found this article from wiki@rubyonrails http://wiki.rubyonrails.org/rails/pages/RailsOnCentos5 is it possible i integrate php and ruby on rails with the same web server n folder like /var/www/html thanks in advance :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 15, 12:31 am, FryShadow <frysha...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi guys :) > > 1st of all I''m still new with ruby and just following some tutorial to > build with ruby language and ruby on rails. Before this I just bootup > the webrick web server for development. > > Things come up, and I want to integrate my RoR project within apache > web server. So i''m googling around and found this article from > wiki@rubyonrailshttp://wiki.rubyonrails.org/rails/pages/RailsOnCentos5 > > is it possible i integrate php and ruby on rails with the same web > server n folder like /var/www/html > > thanks in advance :)Don''t know how it''s set up, but the hosting provider I use comes with Rails and PHP integration, which means I could run PHP pages on my Rails /public directory. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yes it''s possible. have a look at passenger http://www.modrails.com/ michi FryShadow wrote:> Hi guys :) > > 1st of all I''m still new with ruby and just following some tutorial to > build with ruby language and ruby on rails. Before this I just bootup > the webrick web server for development. > > Things come up, and I want to integrate my RoR project within apache > web server. So i''m googling around and found this article from > wiki@rubyonrails http://wiki.rubyonrails.org/rails/pages/RailsOnCentos5 > > is it possible i integrate php and ruby on rails with the same web > server n folder like /var/www/html > > thanks in advance :)-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 do exactly that with my Xen server using Passenger, and both applications run fine, the Rails app is a little slow on the first request but all in all its a nicer cleaner solution than mod_proxy and several mongrels. Oh and the installer makes everything a doddle. Rob Michael .. wrote:> yes it''s possible. > have a look at passenger http://www.modrails.com/ > > michi > > > > FryShadow wrote: > >> Hi guys :) >> >> 1st of all I''m still new with ruby and just following some tutorial to >> build with ruby language and ruby on rails. Before this I just bootup >> the webrick web server for development. >> >> Things come up, and I want to integrate my RoR project within apache >> web server. So i''m googling around and found this article from >> wiki@rubyonrails http://wiki.rubyonrails.org/rails/pages/RailsOnCentos5 >> >> is it possible i integrate php and ruby on rails with the same web >> server n folder like /var/www/html >> >> thanks in advance :) >> > >--~--~---------~--~----~------------~-------~--~----~ 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 for the link guys, I will try that :) I think apache should have mod_ruby just like apache do with php :p On Sep 14, 2:01 pm, "Michael .." <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> yes it''s possible. > have a look at passengerhttp://www.modrails.com/ > > michi > > FryShadow wrote: > > Hi guys :) > > > 1st of all I''m still new with ruby and just following some tutorial to > > build with ruby language and ruby on rails. Before this I just bootup > > the webrick web server for development. > > > Things come up, and I want to integrate my RoR project within apache > > web server. So i''m googling around and found this article from > > wiki@rubyonrailshttp://wiki.rubyonrails.org/rails/pages/RailsOnCentos5 > > > is it possible i integrate php and ruby on rails with the same web > > server n folder like /var/www/html > > > thanks in advance :) > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---