Re: Is multiple subdomains fully supported?

2017-09-03 Thread Zhilin Huang (zhilhuan)
Hey Dave, Thanks a lot for your clarification! And FYI, a github issue is created: https://github.com/apache/incubator-trafficcontrol/issues/1123 . Thanks, Zhilin On 9/1/17, 10:54 PM, "Dave Neuman" wrote: No problem. ```1) HOST_REGEXP 1 will be:

Re: Is multiple subdomains fully supported?

2017-08-31 Thread Zhilin Huang (zhilhuan)
Hey Dave, Yes, it is much clearer for me now. Thank you very much for the clarification! BTW, based on your example, how could we do the configuration? 1) HOST_REGEXP 1 will be: “.*\.foo.bar.com”? Or explicitly “movie.foo.bar.com”? 2) I think currently the certificate generated by Traffic Ops

Re: Is multiple subdomains fully supported?

2017-08-31 Thread Dave Neuman
Hey Zhilin, The HOST_REGEXP > 0 is not used the same as HOST_REGEXP = 0. I understand this is confusing, but it is what it is. We should probably get a ticket in to change the behavior or wording so that it is less confusing. The HOST_REGEXP > 0 is meant to be a CNAME. So, if you have a CDN

Re: Is multiple subdomains fully supported?

2017-08-29 Thread Zhilin Huang (zhilhuan)
BTW, would you mind to give an example on how you are using HOST_REGEXP > 0 in your production? We thought HOST_REGEXP > 0 should be very similar to HOST_REGEXP = 0, but sounds like it is not the case. Thanks, Zhilin On 8/30/17, 12:46 PM, "Zhilin Huang (zhilhuan)" wrote:

Re: Is multiple subdomains fully supported?

2017-08-29 Thread Zhilin Huang (zhilhuan)
Hi Dave, Thanks a lot for your response! Sorry, I am not quite catch up with you. I am still confused about how HOST_REGEXP will work in the production, may need more clarification: 1) “To support CNAMES from domains outside of the Traffic Control top level DNS domain, enter multiple

Re: Is multiple subdomains fully supported?

2017-08-29 Thread Dave Neuman
This doc states To support CNAMES from domains outside of the Traffic Control top level DNS domain, enter multiple HOST_REGEXP lines, which shows that we intended HOST_REGEXP > 0 to be for CNAMES.

Re: Is multiple subdomains fully supported?

2017-08-29 Thread Dave Neuman
Hi Zhilin, Sorry for not responding sooner. I answered your questions inline below. Let me know what other questions you have. Thanks, Dave On Mon, Aug 28, 2017 at 8:32 PM, Zhilin Huang (zhilhuan) wrote: > Hmm, no response… > > I think I should suppose no one is using

Re: Is multiple subdomains fully supported?

2017-08-28 Thread Zhilin Huang (zhilhuan)
Hmm, no response… I think I should suppose no one is using multiple subdomains in production. Please response if I am wrong. Thanks, Zhilin On 8/25/17, 3:12 PM, "Zhilin Huang (zhilhuan)" wrote: Hi folks, The multiple subdomain (HOST_REGEXP) looks not working