I've currently installed a reverse proxy. An apache is doing this job. So I configured mod_proxy to adapt the urls. I also use mod_proxy_html to adapt HTML- and JavaScript-Links. Now I've got a problem with an ajax call which returns an json-encoded url.
Is there a way to do this with mod_proxy_html? Does anybody have a suggestion how to adapt those urls otherwise?
Thx in advance