June 6th, 2009 posted by Bender Rodríguez
We needed to redirect all requests for the home page to the new home page, which is living on another server with the other new goodies. On server1, Nginx handles all requests, most of which we send through to the Apache instance. In that Apache's conf, we have the following:
redirectMatch 301 ^/$ http://server2/
which sends the request off to server2. All other requests sent to server1 are handled by Apache on that server.
"What can be asserted without proof can be dismissed without proof."
Christopher Hitchens