Re: [squid-users] HTTP Response processing

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 04 Feb 2014 21:57:04 +1300

On 4/02/2014 9:21 p.m., Bhagwat Yadav wrote:
> Thanks Amos,
>
> Actually in my deployment I have url filtering engine after squid.
> When anybody accesses any blocked url, then filtering engine responds
> with a page showing that the accessed url is blocked. I want to check
> that if the error code is that particular code in case of blocked url,
> then customize page should be shown.
>
> So for this I want to know where in particular http responses handled in code.
>

Like this?

 acl block http_status 403
 deny_info ERR_CUSTOM block
 http_reply_access deny block

Amos
Received on Tue Feb 04 2014 - 08:57:10 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 04 2014 - 12:00:04 MST