How should I set up web servers for running in production?
The answer to this question is still open, and your answer will depend in large part with what server software you are required to use, what performance constraints you have, and how much tolerance you have for bleeding-edge code. As of summery, 2007 it appears the favored setup involves one or more instances of Apache with mod_proxy_core, or a load-balancing proxy server, speaking to multiple (possibly distributed) instances of Mongrel running Rails.
Related Questions
- If I have two Web servers (production and backup) and there is a synchronized voice and Web meeting recorded on the production server, which server stores the synchronized cgp file?
- Will Web sites created with FrontPage 2000 run on Web servers running the FrontPage 2002 Server Extensions?
- What general security precautions should I take for my web servers running on UNIX and NT systems ?