in a nutshell, you can't. you'll need (at least) one instance of mongrel for each app, each running on a different port. what you will want to do is run you mongrel instances proxied behind another server, for example, apache. you also have the option of using mongrel_cluster to load balance if necessary. check out the docs on the mongrel site for more detailed info on proxying and clustering mongrel.
Chris On 8/9/06, Jean-Eric Cuendet <[EMAIL PROTECTED]> wrote: > Hi, > I use Mongrel to serve my Rails applications on my server, but how can I > serve more than one application with one mongrel server? > Thanks. > -jec > > -- > Best regards / Salutations. > > Jean-Eric Cuendet > Senior developer / Technical support > Riskpro Technologies SA > Av. Louis-Ruchonnet 2 > CH-1003 Lausanne > Switzerland > > Direct : +41 21 637 0123 > Principal : +41 21 637 0110 > Fax : +41 21 637 0111 > Skype : jec.rptec > Web : http://www.rptec.ch > -------------------------------------------------------- > _______________________________________________ > 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
