On some production environment I am using this:
<Location /test>
ProxyPass http://test.example.com/test
</Location>
But on development I can't access test.example.com, traffic needs to be routed
through another proxy on a different port. How should I rewrite this so
requests for /test -> test.example.com go via proxy.local.net on port 5000?
