Let’s say I want to set up a forward proxy and I chain it to another proxy using ProxyRemote:
•Client request http://www.example.com/blah and specifies [
proxy1.mysite.com...] (Apache forward proxy).
•Apache forward proxy specifies ProxyRemote http://www.example.com [
proxy2.mysite.com....]
Is it possible to configure the Apache forward proxy (i.e. the first proxy at proxy1.mysite.com) to do the name resolution of www.example.com prior to chaining to the second proxy?
D