Tagged Questions
0
votes
2answers
105 views
Is it possible to move from Apache to HAProxy/nginx as reverse proxy?
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 ...
0
votes
1answer
288 views
Why does haproxy path_beg only work if I don't visit default site?
I have configured haproxy to redirect the path "/rawman" to port 8080 on my server. It works the first time, but as soon as I visit the default site it stops working. The default site is running on ...
0
votes
2answers
1k views
Apache handeling SSL requests and passing them through to HAproxy
I am trying to set up as a front end reverse proxy with Haproxy forwarding requests to Apache web servers in the back end. My problem is that I have been unsuccessful in getting it to work with SSL ...