How to find out access.log for a specific date in squid proxy in Ubuntu ??? - TechRepublic
Question
March 14, 2012 at 12:53 AM
eng_mukul

How to find out access.log for a specific date in squid proxy in Ubuntu ???

by eng_mukul . Updated 14 years, 3 months ago

dears,
I have tried the following command to see the access.log file information
perl -pe ‘s/\d+/localtime($&)/e’ access.log
but it only shows today’s information
and when tried
perl -pe ‘s/\d+/localtime($&)/e’ access.log | grep ‘Mar 13’
it does not show anything… but proxy server worked for ‘March 13’.

So I am in bad condition and seeking help from expert to find out the access infofmation of squid access on a Specific date…

Advance thanks for help…

This discussion is locked

All Comments