I'm using squid 2.5 stable 1 as a reverse proxy. The squid proxy forwards requests to an apache web server on the LAN. On the web server, all log entries in the http_access log are the IP address of the squid proxy. Is there a way to pass the client's IP address to the web server? I need to implement an apache module which utilizes the IP addresses accessing the web server. I know that the client IP addresses are contained on the squid proxy in the access.log file, but I need the IP addresses on the web server. -Thanks