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

   - can you show a curl to your parent with both the t.ole.com and the 
test.ole.com host: headers? eg, like
   `curl -sIXGET --resolve t.ole.com:80:217.182.197.203 "http://t.ole.com"` and
   `curl -sIXGET --resolve test.ole.com:80:217.182.197.203 
"http://test.ole.com"` 
   
   For what its worth, the way we use parents is like
   Child:
   remap:
   `map http://inbound.example.com http://inbound.example.com`
   parent.config:
   `dest_domain= inbound.example.com scheme=http parent="machine.hostname:80"  
go_direct=false  round_robin=consistent_hash
   `
   Parent:
   remap:
   `map http://inbound.example.com http://origin.example.com`
   (and use conf_remap to set/unset 
[proxy.config.url_remap.pristine_host_hdr](https://docs.trafficserver.apache.org/admin-guide/files/records.config.en.html#proxy.config.url_remap.pristine_host_hdr)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to