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

Reply via email to