Using nginx / haproxy / apache setupr?

From: Ryan Chan <ryanchan404#gmail.com>
Date: Fri, 20 Nov 2009 22:26:31 +0800


Hello,

We currently have single server, using nginx as reverse proxy in front of apache for speeding up static content.

e.g.

Users ==> nginx (Static files) ===> apache (optional, dynamic PHP)

As the site scale out, we add 2 server for PHP, and the original web server is used to serve static contents, e.g.

User ==> nginx (static)

User ==> haproxy ==> nginx ==> apache

\===> nginx ==> apache

Is the above setup ok?

The reason I still using nginx as reverse proxy is to deal with slow http client problem, e.g.
http://jeremy.zawodny.com/blog/archives/008496.html

Any suggestions? Received on 2009/11/20 15:26

This archive was generated by hypermail 2.2.0 : 2009/11/20 15:30 CET