James Byrne wrote:
> I am not very experienced with this and sorry for my stupid question, 
> but i was wondering about log files, i have a white list proxy set up, 
> and i need to know which log file i need to use to get the urls that 
> the proxy blocked. Also the default path if that is not hard.
>
> Thanks so much in advance for your help.
Check the access.log for any lines containing TCP_DENIED/403.  More 
details on the access.log are available at 
http://wiki.squid-cache.org/SquidFaq/SquidLogs#head-9726ca355b50b0f794212297fc345fe217a4108b
As for the default path...  That depends entirely on how Squid was 
compiled.  Run "squid -v" and look for --prefix, and --localstatedir.  
That should give you a starting point.  They default to /usr/local/squid 
and /usr/local/squid/var respectively, which would put your logs in 
/usr/local/squid/var/log.  But it's likely that your distribution has 
changed the defaults.
Chris
Received on Thu Jul 12 2007 - 11:02:40 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:03 MDT