Microsoft break support.microsoft.com for Squid users

It seems that Microsoft have managed to break their support site for anyone behind a Squid proxy server. Danny has posted a fix for this on his website, though for newer version of squid a slightly different approach is required.
##
# Fix support.microsoft.com
##
acl fixSupportMicrosoft dstdomain support.microsoft.com
reply_header_access Accept-Encoding deny fixSupportMicrosoft
request_header_access Accept-Encoding deny fixSupportMicrosoft
What you’re doing there is [...]

 

Squid top-site report generator updated

I got an e-mail from Marco Stefanini asking if the Perl script could sort sites by the data transfer rather than the frequency of the visits. Not wanting to disappoint I added the functionality last night and tested when I got into work today.
So, without further ado go checkout my Squid Top Site Report Generator [...]

 

Squid Reporting

A month or so I ditched ISA 2006 in favor of Squid 2.5 running on a Debian Linux box. I’ve looked around at various reporting tools and now use SARG to produce per user/address reports.
However, I wanted to produce a report visible to anyone who wanted to view the previous days statistics so modified a [...]