can someone please tell me how to use apache web server with rails. I am new to rails and I do not know much about it. Please help me... -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Gautam wrote:> can someone please tell me how to use apache web server with rails. I > am new to rails and I do not know much about it. Please help me...Dear Gautam, Please refer the below url And follow the steps from the url . You will be able to use apace web server with rails . Url is http://www.howtoforge.com/ruby_on_rails_debian_etch -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Sir, Thanks a lot for you reply. But, I am using Windows 7 and the tutorial that you provided is about using RoR with apache on Debian. Can you please tell me how to use it on Windows. On Feb 13, 4:53 pm, Vetrivel Vetrivel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Gautam wrote: > > can someone please tell me how to use apache web server with rails. I > > am new to rails and I do not know much about it. Please help me... > > Dear Gautam, > Please refer the below url And follow the steps from the url . > You will be able to use apace web server with rails . > Url is > http://www.howtoforge.com/ruby_on_rails_debian_etch > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Gautam wrote: <blockquote cite="mid:17e9b63b-93a3-42b3-81c4-bb91df4be8f4-hyV4yc/iDCnFX/zIJQasLWB/v6IoIuQBVpNB7YpNyf8@public.gmane.org" type="cite"> <pre wrap="">Sir, Thanks a lot for you reply. But, I am using Windows 7 and the tutorial that you provided is about using RoR with apache on Debian. Can you please tell me how to use it on Windows. </pre> </blockquote> The most common method for using RoR with Apache is Passenger (aka mod_rails) but it is not implemented on Windows. I think you could try fastcgi but I think that is not a desirable option. Could you run Linux as a guest on your Windows system to give you the ability to use a good solution. The majority of RoR users use either Linux or the Mac so that is where the tools are.<br> <br> Norm<br> </body> </html> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.<br /> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org<br /> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.<br />