You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Aidan McGurn (JIRA)" <ji...@apache.org> on 2013/07/23 11:22:50 UTC

[jira] [Created] (TS-2060) proxy.local.incoming_ip_to_bind is superfluous

Aidan McGurn created TS-2060:
--------------------------------

             Summary: proxy.local.incoming_ip_to_bind is superfluous
                 Key: TS-2060
                 URL: https://issues.apache.org/jira/browse/TS-2060
             Project: Traffic Server
          Issue Type: Improvement
          Components: Core
            Reporter: Aidan McGurn


Why do ATS bother with this parameter?:
LOCAL proxy.local.incoming_ip_to_bind STRING 10.20.41.15
Which is limited to 2 IP’s and is not associated with the port information  -

This can all be achieved with:
CONFIG proxy.config.http.server_ports STRING 3128:ipv4:tr-full:ip-in=10.20.41.15 3128:ipv4:tr-full:ip-in=10.20.50.27

and with better granularity where we can assign individual ports to ip’s and not limited to 2.

maybe this has already been taken out of ATS but if not why not?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira