You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/30 15:40:49 UTC

[GitHub] [trafficserver] mlibbey commented on issue #8020: balancing

mlibbey commented on issue #8020:
URL: https://github.com/apache/trafficserver/issues/8020#issuecomment-871512905


   We:
   - in remap.config the inbound domain to the same domain. Like
   `map http://example.com/ http://example.com`
   - use parent.config (https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/parent.config.en.html) to balance the next hops:
   `dest_host=example.com scheme=http parent="machine1.example.com:80,machine2.example.com:80"  round_robin=strict go_direct=false`
   
   In the latest ATS, there is a nicer strategies.yaml https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/strategies.yaml.en.html that can be referred to directly in the remap line.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org