On Mon, Mar 31, 2008 at 10:25 AM, Jonathan Rochkind <[EMAIL PROTECTED]> wrote: > That's usually done by setting up mod_proxy in Apache to reverse proxy > from Apache to mongrel. I believe that is the typical mongrel production > scenario?
Yes, the typical production architecture is to have some sort of webserver front end that proxies to a pool of backend processes. Apache is a common choice, as is nginx (unless you must use Apache, nginx will often be a better choice). Some people use lighttpd, and a small but growing group of people are using my project, Swiftiply. Kirk Haines _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users