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?

Reply via email to