I have an apache httpd (v2.2) in domain aaa.bbb.ccc with mod_proxy settings:
/team http://xxx.yyy.zzz/team
It just pass url in http://aaa.bbb.ccc/team to http://xxx.yyy.zzz/team. My question is any external tool or any ways to verify my running config is identical to my mod_proxy.conf ?
I am developing the proxy update tools, to verify tools setting proxy correctly is very important.