On Sun, 2006-06-18 at 15:17 +0200, Maarten Hendrikx wrote: > Hi, > > I run a small web hosting company. We host a few Rails applications > using Apache 2.2 and mod_fcgid. > I have been experimenting with Mongrel and mod_proxy. But I can't seem > to figure out how to host multiple > Rails - apps with mongrel. Do I have to start a new Mongrel process > for every virtual host on a different port? > Any help would be great.
Yes that's pretty much what you have to do. And then you configure a different vhost configuration in apache for each. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
