Peter Fitzgibbons
2006-Mar-21 17:13 UTC
[Rails] Mongrel + Lighty + Multiple Rails Apps : How to Route ?
Hello all, I''m using Lighty-Win32 and Mongrel. I have one rails app working against http://hostname/. I want to know how to route lighty and my app to http://hostname/appname1. I have multiple apps that I would eventually want to route with http://hostname/appname2, http://hostname/appname3, etc. I am not trying to "productize", these are separate distinct apps that I''m trying to serve from the same host. If subdomaining is a better solution, please explain. Thank you all for your help! -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060321/370639bf/attachment-0001.html
Ian Connor
2006-Apr-10 23:35 UTC
[Rails] Mongrel + Lighty + Multiple Rails Apps : How to Route ?
I have not tried this with lighty but I imagine the problem might be session related. It seems to set the session scope via the hostname and so if you are doing authetication, separate domains might be safer. Otherwise, you might have user id 1 in one app take user id 1 in another app. If they are separate domains, then the cookie is different and the sessions cannot be shared. If I am wrong here, I would love to be corrected but I am reasonably sure this is how it works. On 3/21/06, Peter Fitzgibbons <peter.fitzgibbons@gmail.com> wrote:> > Hello all, > > I''m using Lighty-Win32 and Mongrel. I have one rails app working against > http://hostname/. I want to know how to route lighty and my app to http://hostname/appname1 > . I have multiple apps that I would eventually want to route with > http://hostname/appname2, http://hostname/appname3, etc. I am not trying > to "productize", these are separate distinct apps that I''m trying to > serve from the same host. If subdomaining is a better solution, please > explain. > > Thank you all for your help! > > -- > ------------------------------ > Forget the icing. Bake the Cake! > - the epi-centered developer > ------------------------------ > Peter Fitzgibbons > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Regards, Ian Connor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060410/0cd8e425/attachment.html