[squid-users] Squid on steroids

2008-06-17 Thread ffredrixson
I've been given a directive to build a squid farm on steroids. Load balanced, multiple servers, etc. I've been googling around and found some documentation but does anyone have any direct experience with this? Any suggestions? Thank you in advance.

Re: [squid-users] Squid on steroids

2008-06-17 Thread ffredrixson
More broadband connections than anything else. Possibly as many as 50,000 users. No accelerator, maybe not even caching. Mostly to filter downloads, record websites, etc. maybe with something like urldb or Dansguardian. Do you have ideas??? Thank you. -- Original message

Re: [squid-users] Squid on steroids

2008-06-17 Thread ffredrixson
50,000 customers total. We're looking at LVS using keepalived for load balancing at the front-end. I'm most interested in the squid back-end setup. Should we look at something linux based clustering? Or should we be looking at some internal squid process? Could we run multiple squid processes

[squid-users] Remote access acls

2008-06-13 Thread ffredrixson
I'm trying to provide an externally available proxy to our employees. This way they can have the same basic protection when traveling that they get when they're inside our corporate walls. What acls or rules do I need to be looking at? I'm a newbie and just trying to keep my job. Thank you in

Re: [squid-users] Remote access acls

2008-06-13 Thread ffredrixson
-- Original message -- From: Amos Jeffries [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to provide an externally available proxy to our employees. This way they can have the same basic protection when traveling that they get when they're inside

[squid-users] TCP_DENIED/400 error:invalid-request

2008-03-10 Thread ffredrixson
I have squid 2.6stable18 on a debian sarge box in non-transparent mode. I also have apache web server setup on this box and it works fine - when the browser is pre-configured for the proxy. I have some people come in and use their laptops from time to time so I need a way to automatically

Re: [squid-users] TCP_DENIED/400 error:invalid-request

2008-03-10 Thread ffredrixson
Amos, While I appreciate the input on my config file, do you see anything that would cause it to give me these errors? Here is my wpad.dat: function FindProxyForURL(url,host) { return PROXY 192.168.1.1:3128; } Here is what I see in the logs: 1205192406.411 0 192.168.1.99

Re: [squid-users] TCP_DENIED/400 error:invalid-request

2008-03-10 Thread ffredrixson
http://192.168.1.1/wpad.dat IE6 -- Original message -- From: Amos Jeffries [EMAIL PROTECTED] Amos, While I appreciate the input on my config file, do you see anything that would cause it to give me these errors? Here is my wpad.dat: function