Apache - Reverse Proxy and HTTP 302 status message

前端 未结 4 777
失恋的感觉
失恋的感觉 2021-02-05 22:36

My team is trying to setup an Apache reverse proxy from a customer\'s site into one of our web applications.

http://www.example.com/app1/some-path maps to http://intern

4条回答
  •  半阙折子戏
    2021-02-05 23:15

    Try using the AJP connector instead of reverse proxy. Certainly not a trivial change, but I've found that a lot of the URL nightmares go away when using AJP instead of reverse proxy.

提交回复
热议问题