I have problem with proxy requests. I need to enable apache mod_proxy for my subdomains but i forgot to set Allow from mydomain.com, it was Allow from all...Yes, i created open proxy for all world... So, now when i set Deny from all, Allow from mydomain.com i am getting errors that some clients have been rejected because of server conf which is good, and in access.log i have get request for some urls with return code 403 which is also good. This is one of requests.
e.g.
GET http://www.google.com HTTP/1.1 403 462 "-"Mozilla/4.0 (compatible; MSIE 6.0;)
My question is can i modify urls that is comming to me to some another url?
Can i change this url "google.com" to "mydomain.com"?