AW: [squid-users] Https redirection

From: Digmayer, Markus <Markus.Digmayer@dont-contact.us>
Date: Tue, 25 Oct 2005 08:03:24 +0200

Hi,

how could i do this with multiple websites like https://www.example.com, =
https://www.example2.com etc?

Regards,

Markus
 

-----Ursprüngliche Nachricht-----
Von: Henrik Nordstrom [mailto:hno@squid-cache.org]
Gesendet: Samstag, 22. Oktober 2005 10:03
An: Matus UHLAR - fantomas
Cc: squid-users@squid-cache.org
Betreff: Re: [squid-users] Https redirection

On Fri, 21 Oct 2005, Matus UHLAR - fantomas wrote:

> Redirect users connecting via HTTP to other address using acl and deny_info
> (acl will disable HTTP connection, deny_info will send redirection to HTTPS
> page) or redirector: http://www.squid-cache.org/Doc/FAQ/FAQ.html#toc15.5

And to detect the http_port you use the myport acl.

acl httpport myport 80
http_access deny httpport
deny_info https://www.example.com/ httpport

Regards
Henrik
Received on Tue Oct 25 2005 - 00:16:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:05 MST