-1
votes
0answers
24 views

Extract data information from proxy squid log [closed]

I need to extract data information from proxy squid logs. I've check out some online scripts to extract data from squid, but first I would like to check with some of your experience if this ...
0
votes
0answers
172 views

Squid log_access deny for TCP_DENIED/407 error

i would like to deny the log the TCP_DENIED/407 error. I tried this: acl authChallenge rep_header X-Squid-Error ERR_CACHE_ACCESS_DENIED acl authChallenge2 rep_header X-Squid-Error ERR_ACCESS_DENIED ...
0
votes
1answer
409 views

Squid access logging only specific ACLs?

In squid, is it possible to enable access logging only on a specific ACL? If so, how? We have done quite a few searches and were unable to find the proper conf syntax :(
0
votes
1answer
197 views

Squid doesn't log client IP address

I can't get my proxy squid to log clients ip addresses. I'm using : access_log /var/log/squid/access.log common client_netmask 255.255.255.0 log_ip_on_direct on log_fqdn off But in my logs : : ...
1
vote
1answer
538 views

How to instruct Squid to log user's activity?

This is the first time I got my hand on Squid. I can see that there are lots of configuration that can be modified, but all these options are so overwhelming that I am not sure where to go and set ...
0
votes
1answer
744 views

/var/log/squid/access.log is empty when I use proxy from remote computers

I have configured squid to work as NAT using apt-get install squid iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1:3128 iptables -t nat -A ...
3
votes
2answers
626 views

Ways to parse NCSA combined based log files

I've done a bit of site: searching with Google on Server Fault, Super User and Stack Overflow. I also checked non site specific results and and didn't really see a question like this, so here goes... ...
5
votes
3answers
3k views

How do I log authentication attempts with samba?

I have users authenticating with squid (NTLM) to an Active Directory server using Samba 3.5.4 and I'd like to log users' login attempts. I'd like a line showing something like: TIMESTAMP ...
2
votes
3answers
2k views

Squid access.log export to excel

Is there a way to export the contents of access.log to excel spreadsheet so as to manipulate the data from there?
0
votes
1answer
793 views

Problem with squid log files

I am using SARG to get a report on the squid log files, I get this result /usr/local/Sarg/bin/sarg -l /usr/local/squid/var/logs/access.log SARG: Records in file: 0, reading: 0.00% SARG: Records in ...
1
vote
2answers
385 views

Understand squid access.log

I would like to understand the access.log of the squid application, the various codes and what they mean for example TCP-MISS/502 what does it mean and how does it come about? Is there an ...
0
votes
1answer
533 views

How can I make squid log full request and full responses

Is there a configuration parameter to do this? Tried a google search, but only solution I found required me to recompile the squid source. Thanks,