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?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.