[squid-users] Squid not following 302

2015-09-21 Thread Ashish Mukherjee
Hello, Squid does not follow 302 and sends back the 302 header to the client. I am aware it is so as it would be bad to hide the ultimate url from the client and for reasons of cache poisoning etc. However, I have a scenario where I need to implement a proxy browsing pattern for a controlled audi

Re: [squid-users] High-Availability in Squid

2015-08-30 Thread Ashish Mukherjee
its purpose. Does Squid have its own production level extensions for some scenarios which may be typically addressed by Apache modules? Thanks! - Ashish On Sun, Aug 30, 2015 at 8:02 PM, Amos Jeffries wrote: > On 30/08/2015 3:58 p.m., Ashish Mukherjee wrote: > > Why should Squid take c

Re: [squid-users] High-Availability in Squid

2015-08-29 Thread Ashish Mukherjee
Why should Squid take care of HA though? Isn't it the responsibility of the Website to ensure its uptime? Even if used as a reverse proxy, Apache may do a better job at this, since one can do more sophisticated configurations with mod_proxy. On Sun, Aug 30, 2015 at 3:56 AM, Kinkie wrote: > Hi, >

[squid-users] Enquiry about C ICAP

2015-08-14 Thread Ashish Mukherjee
Hello, I am trying to write an ICAP module for the C ICAP server. My purpose is to rewrite HTTP responses which flow through my Squid proxy. However, the documentation to write such service modules and build them doesn't seem very good. Does anyone have pointers to some good tutorial online or any