I want to create Dynamic reverse proxy in Apache like below:
http://www.gmodules.com/ig/proxy?url=http://gmail.com/
I will pass the website in URL parameter and access that website.
So need help to create virtual host using Apache proxy pass like above mentioned link.
Thanks.