Cliff Moon on 24 Jun 2008 20:15:56 -0700 |
Ok, so I don't think you're going to find a cap recipe that does quite what you want it. I'm not familiar with litespeed, so I don't know how this will play out, but if you can do a mix of fastCGI and reverse proxy, then you should be able to come up with a configuration that has fCGI workers serving requests for the correct vhosts and then have it reverse proxy to a pack of mongrels for your rails vhost. I know for a fact that nginx can do all of this, but complicated nginx configs are really hard to debug. Nick Romanowski wrote: I'm using Litespeed right now... i'm open to changing to Nginx or Apache if it would make my life easier.On Tue, Jun 24, 2008 at 10:57 PM, Cliff Moon <cliff@moonpolysoft.com <mailto:cliff@moonpolysoft.com>> wrote:What webserver do you have fronting this whole thing? That makes a big difference in what options you have available. Nick Romanowski wrote: I'm a newb when it comes to Rails and Capistrano, and i'm building my first "real" app... I am going to have a forum and a blog integrated in my Rails app and I have a lot of experience with WordPress and phpbb, so naturally i was going to use those platforms. So i'm going to ping the list for some information: 1. Is it hard to integrate the PHP code and simply use a subdomain for each app? (i.e. blog.domain.com <http://blog.domain.com> <http://blog.domain.com>, forum.domain.com <http://forum.domain.com> <http://forum.domain.com>) 2. Hopefully #1 is not dead simple and i'll feel better about myself... Why can't i figure out how to make it work with my capistrano deployment? 3. Would you suggest any better Rails-based alternatives to these options? (i.e. beast, altered beast, etc.) Thanks a lot, Nick ------------------------------------------------------------------------ _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk_______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk ------------------------------------------------------------------------ _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk _______________________________________________ To unsubscribe or change your settings, visit: http://lists.phillyonrails.org/mailman/listinfo/talk
|
|