Thanks Matt. That clears some things up for me. I didn't realize Mongrel could stand alone. I am actually trying to switch over to Passenger as that will be my new Production env. and I want to develop in a similar env.. I am having some issues getting Passenger running though cause of some system issues on my machine.
What's your thoughts on running Mongrel on my dev box and Passenger in production? Thanks man. On Aug 19, 1:22 pm, Matt Harrison <[email protected]> wrote: > On Wed, Aug 19, 2009 at 09:04:52AM -0700, elliottg wrote: > > > A newbie Q here... > > > In the default leopard env. Is mongrel serving dev rails apps without > > sitting behind apache? > > In know on a production env apache or nginx etc. Is a required part of > > the stack. The reason I ask is, when I shut down apache on my dev > > machine script/server still works. > > script/server starts a single process (mongrel, webrick etc) which you > connect to directly. You don't need to have apache, nginx or any other > webserver running. > > I moved away from script/server when passenger made it so easy to develop > using apache, but you can stick with script/server as long as you like. > Whatever is easier in your situation. > > HTH > > Matt Harrison --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

