RE: [squid-users] squid in schoool

2005-03-03 Thread David Brodbeck
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] My logic is that by allowing only .gov and .edu domains; plus urls specified in the whilelist file, I am reasonably assured of suitable content. I'm not sure your logic is sound. Many, many college students

RE: [squid-users] squid sucks? ;-(

2004-08-16 Thread David Brodbeck
Interesting. I've seen our Squid box handle full T1 bandwidth, so I don't know why your numbers are so low. Have you tried transferring a file to and from the Squid box on your local LAN, just to make sure it's not a local network issue? Mismatched duplex settings or buggy ethernet drivers can

RE: [squid-users] .pac files and windows 2k/xp (and os x)

2004-06-28 Thread David Brodbeck
-Original Message- From: Joselito H.Tagarao [mailto:[EMAIL PROTECTED] function FindProxyForURL(url, host) { if (isInNet(host, 192.168.0.2, 255.255.255.0)) return DIRECT; return PROXY 192.168.0.2:3128; DIRECT; } I think DIRECT should be in

RE: [squid-users] Proxy.pac and DIRECT (not using the Proxy)

2004-06-01 Thread David Brodbeck
-Original Message- From: Krakovic, Roman [mailto:[EMAIL PROTECTED] !! I can use DIRECT in my proxy.pac too for www.otz.de, but a can write DIRECT for every banner's website in the proxy.pac.file

RE: [squid-users] Squid crashing when access.log hits 2GB.

2004-05-26 Thread David Brodbeck
-Original Message- From: Mike Rambo [mailto:[EMAIL PROTECTED] There is a limit on file size with linux though I thought it was somewhat over 2GB. We set our logs to rotate daily to prevent ever reaching this size. It depends on the filesystem, the version of the kernel, and what

RE: [squid-users] Proxy.pac Port

2004-05-06 Thread David Brodbeck
-Original Message- From: Matt [mailto:[EMAIL PROTECTED] function FindProxyForURL(url, host) { if (url.substring(0, 5) == http:) { return PROXY my.proxy:8080; } else { return DIRECT; } } for instance the above wont work. If it has

RE: [squid-users] squid and firefox

2004-04-26 Thread David Brodbeck
-Original Message- From: Prashant Kumar [mailto:[EMAIL PROTECTED] Sent: Saturday, April 24, 2004 2:55 PM To: [EMAIL PROTECTED] Subject: Re: [squid-users] squid and firefox Problem is I've disabled popups completely. The other thing about cache and stuff .. I've disabled caching

RE: [squid-users] Updateing Blacklists

2003-09-03 Thread David Brodbeck
-Original Message- From: Jeff Donovan [mailto:[EMAIL PROTECTED] does anyone know a grep statement that i could use to tell the differences between two Blacklists? I want to update my lists but only append new data? Could you use 'diff'?

[squid-users] FTP requests time out

2003-07-18 Thread David Brodbeck
always fail. --- David Brodbeck, System Administrator InterClean Equipment, Inc. 3939 Bestech Drive Suite B Ypsilanti, MI 48197 (734) 975-2967 x221 (734) 975-1646 (fax)

RE: [squid-users] IP Masqurade in Squid-

2003-03-18 Thread David Brodbeck
-Original Message- From: Azad_A [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 10:02 AM To: Ilker Gokhan Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] IP Masqurade in Squid- Hi This is not fully serving the purpose.If incase i sent a mail from yaoo.com to some

RE: [squid-users] Strange problem ! Some sites doesn't work...

2003-03-12 Thread David Brodbeck
-Original Message- From: Peter Smith [mailto:[EMAIL PROTECTED] I'm not sure what type of network your Squid is talking through to get to the internet, but I had similar problems with my web browsers connecting via a less-than-1500-mtu link of encapsulated PPP-over-Ethernet.