Re: [squid-users] Ignoring query string from url

2008-10-25 Thread Nitesh Naik
Squid should give out same object for different query string. Basically it should strip query string and cache the object so that same object is delivered to the client browser for different query string. I used squirm which is better I could see some performance improvement but I am getting

Re: [squid-users] Problems with downloads

2008-10-25 Thread Amos Jeffries
Henrik Nordstrom wrote: On fre, 2008-10-24 at 08:31 -0500, Osmany Goderich wrote: It was the range_offset_limit -1 KB line that was not letting squid resume downloads. I set it back to 0KB as it is by default and woila!!! Everything back to normal!! Good. range_offset_limit -1 says Squid

Re: [squid-users] Question about ACLs and http_access in Squid 3

2008-10-25 Thread Amos Jeffries
Tom Williams wrote: Amos Jeffries wrote: Tom Williams wrote: Ok, now that I've basically got Squid 3 configured as a HTTP accelerator, I have a question about ACL rules and http_access. Here is the basic config: I've got two web servers behind a load balancer. The idea is to have Squid

Re: [squid-users] headers say HIT, logs say MISS, payload is truncated...

2008-10-25 Thread Henrik Nordstrom
On fre, 2008-10-24 at 15:44 -0700, Neil Harkins wrote: We are using collapsed_forwarding here. I haven't tried disabling it yet. Unfortunately, since the problem appears to be load-related, I've been unable to reproduce for a tcpdump or running squid in debug thus far. The mismatch in

Re: [squid-users] Question about ACLs and http_access in Squid 3

2008-10-25 Thread Henrik Nordstrom
On fre, 2008-10-24 at 18:41 -0700, Tom Williams wrote: 1224898553.333 2 www.xxx.yyy.zzz TCP_DENIED/403 2434 GET http://aaa.bbb.ccc.ddd/ - NONE/- text/html yet I can't generate any debug info to provide more information as to why the TCP_DENIED was issued. Anything in cache.log? Are

[squid-users] Delivering ident to url_rewrite_program

2008-10-25 Thread Stefan Adams
In squid 3.0STABLE9: Following Redirector interface is broken re IDENT values from http://wiki.squid-cache.org/SquidFaq/SquidRedirectors, I can see ident requests appearing in access.log, but with a url_rewrite_program of /usr/bin/tee, the ident field is ALWAYS '-'. I have never been able to get