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 2022/03/08 00:57:13 UTC

[GitHub] [trafficserver] jrushford commented on issue #8712: 404 Multi Hop Cycle Issue

jrushford commented on issue #8712:
URL: https://github.com/apache/trafficserver/issues/8712#issuecomment-1061296861


   Try this on the reverse proxy child node.  
   remap.config:
   
   `map http://something.some.com/ http://originserver.com/`
   
   parent.config:
   
   `dest_domain=originserver.com port=80 parent="parent.some.com:80" round_robin=false go_direct=true`
   
   If the parent fails, it'll retry by going to the origin directly.  If you don't want your child to go directly to the origin, then change go_direct=false.  In this case, when the parent fails, you'll get a 502 back.
   
   Your parent.som.com is a forward proxy you don't really need the remap.config unless you require remap in records.config.  If you require the remap then your remap.config on the parent is:
   
   `map http://originserver.com/ http://originserver.com/`
   
   


-- 
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