On 11/17/2009 03:00 AM, mahakala wrote:
hi, allOur server has different ip address for different service, such as apache etc. Can I configure Traffic Server to listen to a specific ip address?thanks so much. It a really lovely product.
Yeah, by default we bind 0.0.0.0, which is INET_ANY, you can override that and bind a single IP with something like
LOCAL proxy.local.incoming_ip_to_bind STRING 10.1.2.3
in records.config.
-- leif
