Setting up HTTP Server with a proxy?
I am trying to find a way to setup a HTTP server with a proxy. Can this be done with apache? If not, are there other servers that have this option? I need to route the http server traffic over a proxy before reaching the internet. See below diagram for an example..[Client] <------- ((INTERNET)) <------- [Proxy] <- [HTTP Server]
Hopefully this makes sense. I have tried using the FTP protocol, but it would not work with the proxy. Thanks for reading.
