Hi -
I am trying to use Proxy Module to make a proxy like this:
ProxyPass /foo <destination_ur l>. If destination part is a web page like http://foo.example.com/bar or http://foo.example.com/index.html, it works perfectly. But in case if destination part is something like http://foo.example.com/bar.dll I get a page with the message "The specified module could not be found."
bar.dll at the end of...