On Tue, 4 Aug 2009 10:57:56 +0900, Ja-Ryeong Koo <wjbkoo@xxxxxxxxx> wrote: > Hello, > > I am writing this email to ask something regarding ways to hide Caching > Server IP address. > > I have one apache server, one caching server (squid2.6.stable22). > (Client ------ Caching Server (Reverse Proxy) -------- Apache Server) > > Now, whenever I try to connect apache server, both the Caching server IP > and > Client IP (my PC ip address) are seen on the Apache server. > > I hope that the apache server only can see client IP address. > > Please let me know if you have any kinds of ways to do this. > > In advance, thank you for your kind consideration. > > Best Regards, > Ja-Ryeong Koo For reverse-proxy I would advise ignoring the requests logged by Apache, and basing analysis and graphs on the Squid logs. There are a LOT of details and requests which may never reach the back end Apache. Amos