On Oct 22, 2013, at 12:14 PM, Chin, Kenneth (HBO) <[email protected]> wrote:
> Leif, > > I still have an issue. > > To simply matters, I am trying to set up a reverse proxy server. I have 2 > servers: traffic.mytest.com andorigin.mytest.com. Both servers are running > Apache Web Server. The index page is only on the origin server. I modified > the traffic server as follows: > > remap.config > > map http://traffic.mytest.com http://origin.mytest.com > reverse_map http://origin.mytest.com http://traffic.mytest.com This doesn't sounds like parent proxying, just normal reverse proxying Does origin.mytest.com run a web server, like Apache HTTPD ? One guess could be the pristine host header setting in records.config on the Traffic Server. Depending on what your origin expects to see, you have to set this setting properly. If origin.mytest.com expects to see "Host: origin.mytest.com", then the pristine host header setting should be off (0). If origin.mytest.com expects to see "Host: traffic.mytest.com", then it should be on (1). Other than that, hard to say. You need to look at logs on both sides, and perhaps run ATS with a tracer (e.g. -T http) to see what it does. -- Leif
