Hey all,
I'm searching for a way to do the following (build a proxy of sorts) and
wondering if apache or any of it's pieces would allow me to ...
- receives a request from a web-browser.
- allows me to grab the URL and build a web page.
- then forwards the request to the destination.
- and then allows me to store the response when the destination returns
the page in this same proxy server.
I don't mind writing code if I have to.
Is this something apache would allow me to do? If so, just a short desc of
what I need to do? If not, know what would?
Thanks,