[Ilugc] Proxy
Senthil Kumaran S
stylesen at gmail.com
Thu Aug 24 14:39:27 IST 2006
On 8/24/06, kannan manoharan <scuffy_tomy at yahoo.co.in> wrote:
> shall i mail the option enable ?
No need for that :)
I got that you are using native log file format.
> i have tried " tail -f /var/log/squid/access.log | awk '{print $7}' "
> yes, it shows url.
>
> My need is : to see URL with Client IP address.
Again this is simple. Use the following command
$ tail -f /var/log/squid/access.log | awk '{print $3 "\t" $7}'
HTH :)
--
--sen--
Be a man of Deeds
Don't be a man of Needs...
http://stylesen.blogspot.com
http://geocities.com/sen_kavithai
More information about the ilugc
mailing list