Tuesday, 17 September 2013

How To Setup Apache behind nginx

How To Setup Apache behind nginx

I want to run Apache behind nginx. because, i want to use (.htaccess)
Rewrite rules. Currently Apache is running on port 80 with nginx running
on port 8080. nginx to serve only static files (jpg,png,css,js...) rest of
the things to handle by Apache.
Which apache mod? mod_rpaf or mod_proxy
Apache & nginx configuration?

No comments:

Post a Comment