Re: [squid-users] Squid redirectors (squirm)

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 13 Nov 2003 09:32:51 +0100 (CET)

On Thu, 13 Nov 2003, Blomberg David wrote:

> acl webmail url_regex -i ^http://webmail\.domain\.com
>
> http_access deny webmail
>
> deny_info ERR_SEND_HTTPS webmail

Ah, now I remember.

I would recommend upgrading as later Squid-2.5 versions supports sending a
URL in deny_info. If not you will run into problems with most versions of
MSIE who substitute the error message sent by Squid with a stupid generic
message Microsoft thinks explain the error better based on the HTTP status
code alone..

With more current Squid-2.5 versions the above becomes

acl & http_access as above

deny_info https://webmail.domain.com/ webmail

Regards
Henrik
Received on Thu Nov 13 2003 - 01:33:00 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:16 MST