You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by ezko <er...@harmonicinc.com> on 2019/01/16 15:23:48 UTC

ATS 7.1.5 incoming_ip_to_bind

Hi,
can i use proxy.local.incoming_ip_to_bind or http.server_ports to listen on
a specific IPV4 and also on 127.0.0.1 ?
we want incoming client requests on a specific IPV4 , but at the same time
get  the "stats over HTTP" on localhost. 
Thanks,
erez




--
Sent from: http://apache-traffic-server.24303.n7.nabble.com/

Re: ATS 7.1.5 incoming_ip_to_bind

Posted by ezko <er...@harmonicinc.com>.
it works thanks. 



--
Sent from: http://apache-traffic-server.24303.n7.nabble.com/

Re: ATS 7.1.5 incoming_ip_to_bind

Posted by Alan Carroll <so...@oath.com>.
No. You'll need to do that in the proxy ports,
`proxy.config.http.server_ports`. Something like "8080:ip-in=10.1.1.2
8080:ip-in=127.0.0.1".