Re: [squid-users] Blocking content in html body via external acl?

2005-11-24 Thread Ghislain Garcon
Tracey, Michael a écrit : >I'm interested in parsing the html body of requests using a custom external >acl (Blocking yesterday's IE window() exploit), but can't seem to find how >to get the body of the request in the script from squid. Is this possible, >or is the ACL requested prior to getting

[squid-users] Web accelerator with siblings

2005-11-24 Thread Batara Kesuma
Hi, I try to set up Squid servers as web accelerator. Each Squid server should check if their siblings have the object before they get the object from the real web server. All of the object has unique URL, so it is safe to cache them forever in Squid servers. The purpose is to reduce the load on t

RE: [squid-users] Reverse Proxy: Age

2005-11-24 Thread John Cougar
Hi Eric My understanding is that Squid honours the expires as per the origin server. Of course, you can fiddle with the caching rules and times to your hearts content, but once you do, you are approaching no-man's land, because you're departing from the protocols ... Surely the best approach will

[squid-users] RE: block radio

2005-11-24 Thread Rodrigo Benzaquen
Just another thing, somebody knows how to block SKYPE ? I´m the block man. Slds. Rodrigo Benzaquen IT MercadoLibre.com 54-11-4014-8015

[squid-users] block radio

2005-11-24 Thread Rodrigo Benzaquen
Hi Guys, I saw my users hearing radio using the squid. Here my rules that doesn´t block RADIO # block msn url regexs acl msnregex url_regex -i gateway\.dll # block msn/aim/icq domains acl msndomains dstdomain webmessenger.msn.com messenger.hotmail.com acl msndomains dstdomain messenger.net m

Re: [squid-users] RE: https Webmin using port 12000 doesn't work anymore with Squid

2005-11-24 Thread LeKeiserAmen
Hello Chris, Thursday, November 24, 2005, 1:44:34 AM, you wrote: > acl localhost src 127.0.0.1/255.255.255.255 192.168.1.0/255.255.255.255 CR> This is really stretching the definition of "localhost". I've changed the line to : acl localhost src 127.0.0.1/255.255.255.255 >> acl to_localhost d

[squid-users] DBDXXX Files

2005-11-24 Thread Patricio Bruna V.
I have a lot of DBDXXX files in the /tmp directory. Why does Suse write this Files? -- Patricio Bruna V. Jefe Soporte Operaciones Linux Center Latin América http://www.linuxcenterla.com Edificio Birmann 24 Mariano Sanchez Fontecilla 310 Las Condes, Santiago - Chile Central : 56-2-483.4000 Dire

[squid-users] File Descriptor

2005-11-24 Thread Awie
All, Since last 4 hours, our file descriptor drop. Usually, the FD usage is around 700 - 800, but now it becomes 1000-1200. I remember that our FD ever dropped abnormally, then we found that NIMDA cause the problem. Now, I cannot get the source of problem yet. Would you tell me what packet / req

[squid-users] Http_port and not IP

2005-11-24 Thread Brent
Hi I have a lot of IP on a single server and due to my setup it would be nice to be able to specify the http_port with an ip that I don't want it to listen on, so eg currently I have to have http_port 1.2.3.4 http_port 1.2.3.5 http_port 1.2.3.7 etc etc but I would like to do something like h

Re: [squid-users] autoconfig pac file

2005-11-24 Thread Toto Carpaccio
You rule Ben :) 2005/11/24, Ben Tanner <[EMAIL PROTECTED]>: > Hi there Toto, > > I think you want to do something like this: > > function FindProxyForURL(url, host) > { > if (isPlainHostName(host) || >isInNet(myIpAddress(), "10.2.0.0", "255.255.0.0")) >

RE: [squid-users] autoconfig pac file

2005-11-24 Thread Ben Tanner
Hi there Toto, I think you want to do something like this: function FindProxyForURL(url, host) { if (isPlainHostName(host) || isInNet(myIpAddress(), "10.2.0.0", "255.255.0.0")) return "PROXY 10.1.1.13:3128"; else return "

Re: [squid-users] autoconfig pac file

2005-11-24 Thread Toto Carpaccio
Hi Guys, I've tried to change the script with fonction myIpAddress(), still remains the same. I can download the proxy.pac using wget. Any ideas ? 2005/11/24, Pieter De Wit <[EMAIL PROTECTED]>: > Hello Toto, > > Using a "normal" browser, try and download the file - something like: > > wget htt

Re: [squid-users] ACL Rules in memory

2005-11-24 Thread Matus UHLAR - fantomas
On 23.11 09:49, Denis Vlasenko wrote: > On Wednesday 23 November 2005 01:40, John Cougar wrote: > > Info, > > > > Are you looking to slow squid down to a grinding halt?? ACLs are in memory > > for a very good reason, and forcing Squid to go to Disk I/O for every access > > would give you ... less