Mike, Should be possible, the trick will be to configure your routes.rb so that all Rails actions are prefixed with /appname and then setup mod_proxy and (possibly) mod_rewrite to send back to Mongrel.
This will help with some typical issues: http://wiki.rubyonrails.org/rails/pages/HowtoDeployMoreThanOneRailsAppOnOneM achine Then you'll basically just have to prefix your routes appropriately and get the mod_proxy config working right. Zed\ On 3/16/06 12:21 PM, "Mike M" <[EMAIL PROTECTED]> wrote: > Dear Mongrel users, > > I would like to use Mongrel to introduce RoR on an existing Apache/PHP server. > The server serves > several domains, set up as virtual hosts. > The idea is to install a Rails application to be used in addition to the > existing configuration. > Example: > www.domain1.com/index.php -> Via Apache > www.domain1.com/appname/controller/action -> RoR application > > I am at a loss how to do this, so help is appreciated! > > Thanks, > Mike > > PS: One of the servers on which I want to do this is running Apache 1.3, the > other Apache 2.2. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
