Can Apache be setup as forward proxy and reverse proxy at the same time?
I want to achieve the following: My app services user requests like so: user request www.mysite.com -> Apache reverse proxy -> 192.168.1.1:8080/myApp My app also makes requests but I want to route through a proxy: 192.168.1.1:8080/myApp -> Apache forward proxy…