ons 2009-08-12 klockan 12:04 -0700 skrev Andy Litzinger: > I may have solved my own issue. It looks like my acl should use 'myport' instead of 'port' > > e.g. acl our_http_port port 80 > should be: > acl our_http_port myport 80 > > I'm not sure I understand the difference or why this works so I'd be happy to hear an explanation from anyone who knows. myport uses the port number of the http(s)_port where the request was accepted (except in interception mode when it uses the original destination port). port uses the port number of the requested URL, as logged in access.log. Regards Henrik