I want to configure a reverse proxy, which uses another internal proxy (wproxy) to reach the specified target server (backend.example.com).
ProxyPass /mirror/foo/ http://backend.example.com/
ProxyPassReverse /mirror/foo/ http://backend.example.com/
In the documentation of the mod_proxy I couldn't find anything.
Is there any possibility to get it running?