[users@httpd] RE: proxypass to next proxy

2024-05-06 Thread Marc
> > > 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

[users@httpd] proxypass to next proxy

2024-05-06 Thread Marc
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