Hi, Textdrive, Rails users... I got my rails app running on burnaby. I''m happy. Currently it uses lighttpd to listen on port 8148. I''d like to use my Apache server serve up my rails app. Then, my users could reach my rails app on port 80. How do I configure my Apache server serve up my rails app on port 80? Thanks, -Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You don''t want apache to serve your rails app. You can use apache to proxy your rails app to your port, though. That''s covered in the manual. http://manuals.textdrive.com/read/book/9 -- _Deirdre http://deirdre.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Works good! Now my RoR app is on port 80! Thanks!! -Dan On 11/2/06, Deirdre Saoirse Moen <dsmoen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > You don''t want apache to serve your rails app. > > You can use apache to proxy your rails app to your port, though. > > That''s covered in the manual. > > http://manuals.textdrive.com/read/book/9 > > -- > _Deirdre http://deirdre.net/ > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---