Re: [squid-users] RE: Reverse Proxy that listens and forwards to multiple ports to the same backend server

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Thu, 13 Aug 2009 01:32:29 +0200

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
Received on Wed Aug 12 2009 - 23:32:50 MDT

This archive was generated by hypermail 2.2.0 : Thu Aug 13 2009 - 12:00:03 MDT