> 
> 
> On some production environment I am using this:
> 
> <Location /test>
>      ProxyPass http://test.example.com/test
> </Location>
> 

ProxyRemote "http://test.example.com/test " "http://proxy.local.net:5000";
<Location /test>
     ProxyPass http://test.example.com/test
</Location>

Reply via email to