I am very new to apache and I was wondering if some of you can help me out.
I am working on a project that tries to keep users anonymous from the server they are trying to access. I want to set up a server that will act as an intermediary between the user and the server holding the site they want to access to keep their IP a secret. To do this I wanted to download the page that the user requests onto my server. But instead of simply sending the page to the user, the links on the page will be modified to make sure that the user does not access the site directly and expose his IP. So is there a way for apache to handle requests for web pages in this way?
Any help is greatly appreciated. Thanks
I am working on a project that tries to keep users anonymous from the server they are trying to access. I want to set up a server that will act as an intermediary between the user and the server holding the site they want to access to keep their IP a secret. To do this I wanted to download the page that the user requests onto my server. But instead of simply sending the page to the user, the links on the page will be modified to make sure that the user does not access the site directly and expose his IP. So is there a way for apache to handle requests for web pages in this way?
Any help is greatly appreciated. Thanks