Can I have both apache and nginx serve my websites?
Posted
by
Marconi
on Server Fault
See other posts from Server Fault
or by Marconi
Published on 2011-02-07T02:27:50Z
Indexed on
2011/02/08
7:26 UTC
Read the original article
Hit count: 134
I have an existing apache serving a couple of sites.
Now I have a new django site that's ajax intensive and so I'm planning to run it on apache's mod_wsgi but I'll use nginx as a reverse proxy.
Is it possible to have nginx be a reverse proxy to this new django site while make apache serve the other sites directly without using nginx?
Also if you can give me a rough setup on how I might do it if its possible.
© Server Fault or respective owner