2011/12/9 Igor Galić <[email protected]>: > What, exactly, does the error log say.
- run the following on the edge cache: # echo -e "GET / HTTP/1.0\nHost: cdnwww.site.com\n\n" | nc localhost 80 - nothing in error log on the edge, it just serves the 404 it gets from the parent. <!-- default "Not Found" response (404) --> - on the parent I see the following log line. 20111209.06h11m25s RESPONSE: sent edgecache* status 404 (Not Found) for 'http://origin.site.com/' - rerunning with netstat listening to see what's coming in, too # trafficserver stop ; nc -l -p 8080 GET http://origin.site.com/ HTTP/1.1 Host: cdnwww.site.com Client-ip: 127.0.0.1 X-Forwarded-For: 127.0.0.1 Via: http/1.0 edgenode[7F000001] (ApacheTrafficServer/3.1.1-unstable [uScMs f p eN:t cCMi p s ]) > Are you using ATS as Forward or Reverse proxy? Sorry, I would have thought that's implicit in the cdnww / origin terms. Reverse. Thanks for looking! Tom
