[squid-users] Does squid maintain separate cache for each backend server?

2006-12-12 Thread Suresh V
I remember reading that squid keeps the cache separate for each backend server when it is acting as an accelerator. Why is this and can I tell squid to keep a merged cache? Thanks for your help. Suresh

[squid-users] Strange inputs to my redirect script?

2007-02-24 Thread Suresh V
Why is my script getting lines such as these: http://mydomain.com:3128/http/mydomain.com/80/popup_calendar.gif These are sprinkled among the good expected lines such as: http://localhost:3128/VirtualHostBase/... Do I need to redirect the former also? And to where? Any help appreciated

[squid-users] How do I redirect based on the value in a cookie?

2007-03-06 Thread Suresh V
Can the redirect program examine values in the headers (like the external_acl_type program? How can I redirect based on the cookie values? Any pointers appreciated. Suresh

[squid-users] Re: How do I redirect based on the value in a cookie?

2007-03-06 Thread Suresh V
Henrik Nordstrom wrote: tis 2007-03-06 klockan 19:20 +0530 skrev Suresh V: Can the redirect program examine values in the headers (like the external_acl_type program? Nope. How can I redirect based on the cookie values? It depends a little on how you need to redirect. Quite likely you can

[squid-users] Re: How do I redirect based on the value in a cookie?

2007-03-23 Thread Suresh V
Henrik Nordstrom wrote: ons 2007-03-07 klockan 10:20 +0530 skrev Suresh V: I looked at external_acl_type but was not able to put together a solution. My use case is that All authenticated users (from the cookie) go to 1 server while all Anonymous users go to a different server. See the