Does anyone know of a workaround or maybe some ProxyPass trick to get proper statistics from an internal webserver?
The situation is that i want to host a site on a second SME box that is behind a gateway SME box. I can get the site hosted on the second box just fine using the apache proxypass module, but the problem is that the second box sees all of it's hits as coming from the gateway box, not the "real" external IP that is accessing the site!
Since i need to get sensible web stats for the site(s) running on the second box, I'm wondering if there is a way to make the gateway machine act like a true transparent proxy so that the original apache headers are preserved and the stats are left unmolested?
Any ideas anyone?
TIA
Allun