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
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
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,
>
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