question on redundant nginx reverse proxy setup
    Simon Cornelius P Umacob 
    simoncpu at gmail.com
       
    Wed Oct 20 15:08:27 MSD 2010
    
    
  
Hi,
I'm planning to set up this environment:
+-------------+              +-------------+
|    ISP1     |              |    ISP2     |
+-------------+              +-------------+
       |                            |
+-------------+              +-------------+
|  FW1/proxy  |              |  FW2/proxy  |
+-------------+              +-------------+
     |  |                          |  |
     |  +--------------+-----------+  |
     |                 |              |
     |              switch            |
     |                 |              |
     +----+------------+--------------+
          |            |
       switch          |
          |            |
          |            +---------------+
          |                            |
+---------+---+              +---------+---+
|    www1     |              |    www2     |
+-------------+              +-------------+
(raw ASCII art at http://simoncpu.pastebin.com/raw.php?i=0StGLjCk)
Question: Does nginx gurantee, using the NginxHttpUpstreamModule, that
it will direct incoming connections to the right www server?  Would
the two identical nginx servers create identical IP hashes?
Thanks,
[ simon.cpu ]
    
    
More information about the nginx
mailing list