[squid-users] squid process size check

2010-03-21 Thread Mikio Kishi
Hi, all We sometimes face memory resource problem by squid memory leak. So, we would like to restart the squid child process mandatorily when the process size becomes (for example) over 1G byte. Does squid have such a check function ? or do you have any idea ? Sincerely, -- Mikio Kishi

[squid-users] Limiting connections per user - not per IP

2010-03-21 Thread David Parks
I expect a lot of users from the same IP (NAT), is there a way to limit concurrent connections by authenticated user rather than just by IP (acl maxconn appears to do it only by IP)? Thx, David

[squid-users] Does Squid cache response headers ?

2010-03-21 Thread nima chavooshi
Hi One of our user inform me about some problems in viewing one site that he does not get fresh objects from site's server while site is updated everyday!! After some investigate and dig on headers I get, I found out in response headers that date field is for 2 or 3 last week!! 1- Does Squid cache

Re: [squid-users] Does Squid cache response headers ?

2010-03-21 Thread Amos Jeffries
nima chavooshi wrote: Hi One of our user inform me about some problems in viewing one site that he does not get fresh objects from site's server while site is updated everyday!! After some investigate and dig on headers I get, I found out in response headers that date field is for 2 or 3 last

Re: [squid-users] Limiting connections per user - not per IP

2010-03-21 Thread Amos Jeffries
David Parks wrote: I expect a lot of users from the same IP (NAT), is there a way to limit concurrent connections by authenticated user rather than just by IP (acl maxconn appears to do it only by IP)? Thx, David Not directly. You can hack something up with a combo of max_user_ip and

Re: [squid-users] squid process size check

2010-03-21 Thread Amos Jeffries
Mikio Kishi wrote: Hi, all We sometimes face memory resource problem by squid memory leak. So, we would like to restart the squid child process mandatorily when the process size becomes (for example) over 1G byte. Does squid have such a check function ? or do you have any idea ? What Squid

Re: [squid-users] Grant access to tunnel HTTP requests via scripts

2010-03-21 Thread Amos Jeffries
Carlos Lopez wrote: Hi all, I'am new to squid and I was wondering if it is possible to tunnel http requests from authenticated users and then via script block/allow access to https address, but depending of the result of the script (the allowed/blocked sites should be queried from a DB) ,

Re: [squid-users] media center and squid -- tellin squid to pass 'direct' to allow http1.1?

2010-03-21 Thread Amos Jeffries
Linda Walsh wrote: Has anyone gotten Windows media center to work through squid? I just tried it and whenever it got to 'content', I saw lots of bad-gateway mssages right after the HTTP/1.0 returned by squid. Just before that, I saw a bumch of SSDP requests looking for HTTP/1.1 -- but only

[squid-users] SquidCompilationproblem -squid_ldap_auth.c:123:18: error: lber.h: No such file or directory

2010-03-21 Thread GIGO .
Please guide me on this whats wrong. I am unable to compile Squid3stable24 on Ubuntu 8.04 LTS server. I want to use active directory authentication(my clients should be able to authenticate themselves with active directory accounts) Following is my command: ./configure

Re: [squid-users] Squid-2.7STABLE7: problem with Vary

2010-03-21 Thread Krzysztof Olędzki
On 2010-03-21 00:25, Amos Jeffries wrote: CUT In that case ... that trace is clearly showing that A is storing its own object and B is storing another, the request for A in the middle replaces the original A object leaving the B one present. Then the followup B replaces the original B object

Re: [squid-users] SquidCompilationproblem -squid_ldap_auth .c:123:18: error: lber.h: No su ch file or directory

2010-03-21 Thread Amos Jeffries
On Sun, 21 Mar 2010 19:37:56 +, GIGO . gi...@msn.com wrote: Please guide me on this whats wrong. I am unable to compile Squid3stable24 on Ubuntu 8.04 LTS server. I want to use active directory authentication(my clients should be able to authenticate themselves with active directory

Re: [squid-users] squid consuming too much processor/cpu

2010-03-21 Thread Muhammad Sharfuddin
On Fri, 2010-03-19 at 09:24 +0100, Matus UHLAR - fantomas wrote: On Wed, 2010-03-17 at 19:54 +1100, Ivan . wrote: you might want to check out this thread http://www.mail-archive.com/squid-users@squid-cache.org/msg56216.html On Wed, Mar 17, 2010 at 11:09 PM, Muhammad Sharfuddin

[squid-users] Disable user accounts

2010-03-21 Thread David Parks
I will be monitoring squid usage logs and need to disable user accounts from an external app (block them from making use of the proxy after they are authenticated). I'm not quite following the FAQ on this