[squid-users] ANN: squidpeek

2011-08-27 Thread Mark Nottingham
I've put a script that I've found useful for a while up on github:

 https://github.com/mnot/squidpeek

In a nutshell, it does log analysis and gives a per-URL view, with interesting 
stats and sparklines to give you a snapshot of how the cache is treating your 
resources. Because it's per-URL, it's most suitable for a reverse proxy.

It's not the prettiest Python, but it gets the job done. Issues, pull requests, 
etc. welcome.

Cheers,

--
Mark Nottingham   http://www.mnot.net/





[squid-users] Cache_peer with originserver

2011-08-27 Thread senthil kumar
Hello All,

In the cache_peer configuration there is a option called as orginserver.

Internally how squid makes requests to the peer if orginserver option
is used and when not used.?

Thanks,
Senthil


Re: [squid-users] Cache_peer with originserver

2011-08-27 Thread Amos Jeffries

On 28/08/11 00:22, senthil kumar wrote:

Hello All,

In the cache_peer configuration there is a option called as orginserver.

Internally how squid makes requests to the peer if orginserver option
is used and when not used.?


It avoids all the proxy-to-proxy optimizations permitted by HTTP and 
restricts itself to the syntax permitted when communicating with a web 
server.
 For example; it will not send Proxy-Authenticate headers or relay 
CONNECT request method to that peer.


Is there a problem?

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE9 or 3.1.14
  Beta testers wanted for 3.2.0.10


[squid-users] blacklist to block adults sites

2011-08-27 Thread alexus
is there a blacklist of URLs/IPs that contains say an adults sites? I
need to be able to feed that into my squid, people abusing it with
surfing porn! i dont have anything against porn but not through my
proxy (especially when I gotta pay for traffic)

-- 
http://alexus.org/


[squid-users] Re: blacklist to block adults sites

2011-08-27 Thread sichent

On 8/27/2011 10:33 PM, alexus wrote:

is there a blacklist of URLs/IPs that contains say an adults sites? I
need to be able to feed that into my squid, people abusing it with
surfing porn! i dont have anything against porn but not through my
proxy (especially when I gotta pay for traffic)



Hi alexus,
probably an ICAP server would be of interest to you?

best regards
sich





Re: [squid-users] blacklist to block adults sites

2011-08-27 Thread Helmut Hullen
Hallo, alexus,

Du meintest am 27.08.11:

> is there a blacklist of URLs/IPs that contains say an adults sites? I
> need to be able to feed that into my squid, people abusing it with
> surfing porn!

What about "squidGuard"?

Or at least the blacklist for "squidGuard":

  http://squidguard.mesd.k12.or.us/blacklists.tgz

Viele Gruesse!
Helmut