We are using Apache as reverse proxy (mod_proxy). The most important feature for us is url mapping (simple url rewriting) including rewriting of cookie paths. As I surprisingly learned nginx does not rewrite cookie paths (with factory modules). I am not sure but I believe HAProxy can do this. Apache is too heavy only for this job. So can you comment on what to use in this situation? (backend is a Java app server e.g. Tomcat)
- Continue using Apache
- Use nginx with some 3rd party modules (lua etc.)
- Use HAProxy