>
>
> On some production environment I am using this:
>
>
> ProxyPass http://test.example.com/test
>
>
ProxyRemote "http://test.example.com/test " "http://proxy.local.net:5000";
ProxyPass http://test.example.com/test
On some production environment I am using this:
ProxyPass http://test.example.com/test
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 pr