[ILUG] Re: ILUG Digest, Vol 27, Issue 37
John Moylan
john at nuatech.net
Sat Jan 19 12:01:01 GMT 2008
Grep your Squid logs or log the X-Forwarded-For header
eg
LogFormat "%{X-Forwarded-For}i %v %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" \"%{Cookie}i\"" special
J
On Sat, 2008-01-19 at 10:30 +0000, Paschal Nee wrote:
> > From: Robert Sweetnam <linux at sweetnam.eu>
> >
> > When the reverse proxy connects to the back end server, requests are
> > logged with the IP address of the proxy. Which is to be expected I
> > suppose, however I was wondering if there is any way to configure Squid
> > to pass the IP address of the client through the proxy so that the
> > clients IP is logged instead of the proxy's. I know this can be
> > configured in ISA server but needless to say I'm trying my best to avoid
> > using MS products.
>
> Not an answer but may help:
> I guess for this to work your ISS/LAMP set-up is going to need to be
> aware that connections coming from Squid should be logged with an
> additional parameter passed with the connection as opposed to actual
> source IP. Kind of talks to an non-HTTP or somehow extended
> connector. The AJP (special Apache -> Tomcat connector) does the kind
> thing i.e. allows client IP address logging in Tomcat but requires
> special connector in Apache & Tomcat).
>
> Paschal
More information about the ILUG
mailing list