Hello friend! I want to install a rails app on apache webserver, my application uses rails 2.3.5 and i want to know the installation on both platform windows and linux Any help please! thank you in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/104f7880-6daa-406a-9f58-426033e36627%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, December 11, 2013 7:15:42 PM UTC, Gift Mfugale wrote:> > Hello friend! > I want to install a rails app on apache webserver, my application uses > rails 2.3.5 and i want to know the installation on both platform windows > and linux > Any help please! thank you in advance. >On linux, passenger is an easy option. On windows I think people often use apache to proxy to one or more instances of thin, puma or similar Fred PS you''re using an out of date rails version vulnerable to remote code execution attacks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/627ea98a-7637-4bf3-a0bf-51b7b3af0945%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Linux Passenger is a great way to run your app with apache. Just google phusion passenger and you should find setup info for it. Norm On 12/11/2013 12:15 PM, Gift Mfugale wrote:> Hello friend! > I want to install a rails app on apache webserver, my application uses > rails 2.3.5 and i want to know the installation on both platform > windows and linux > Any help please! thank you in advance. > -- > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/104f7880-6daa-406a-9f58-426033e36627%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/52A9CBB4.4080607%40earthlink.net. For more options, visit https://groups.google.com/groups/opt_out.