On Dec 17, 2013, at 4:24 PM, Eddie <zted...@yahoo.com> wrote: > James, > > Thanks for helping ... ATS 4.0.1 was installed freshly on a different server. > I have some "redirect" rules and they are working fine. > I did not do upgrade on the server running ATS 3.2.4. > I checked all logs and ATS and did not find anything suspicious (diags.log, > error.log, manager.log, etc). > > Could you let me know how/where to check more?
If there's a crash, I'd expect to see the string "STACK TRACE" in traffic.out. Otherwise, check manager.log to see whether it is restarting each time you do a HTTP GET. > > Thanks > > Eddie > > > On Tuesday, December 17, 2013 5:38 PM, James Peach <jpe...@apache.org> wrote: > On Dec 17, 2013, at 12:56 PM, Eddie <zted...@yahoo.com> wrote: > > > I am trying to upgrade ATS from 3.2.4 to 4.0.1. I copied the records.config > > and remap.config, plus the map rule files from version 3.2.4 server to > > version 4.0.1 server. > > So, everything is same except the ATS versions. However, the map rules are > > no longer working any more. Does anyone have any idea? > > > > map http://vehix.com http://vehix.com > > @plugin=/libexec/trafficserver/regex_remap.so > > @pparam=/etc/trafficserver/regexmap/vehix.com.reg > > > > But I am getting no response. > > Sounds like it is crashing; check your logs and > <https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v4.0> > > > > > > curl -svIH "HOST: vehix.xom" http://68.87.98.100 > > * About to connect() to 68.87.98.100 port 80 (#0) > > * Trying 68.87.98.100... > > * connected > > * Connected to 68.87.98.100 (68.87.98.100) port 80 (#0) > >> HEAD / HTTP/1.1 > >> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 > >> OpenSSL/0.9.8y zlib/1.2.5 > >> Accept: */* > >> HOST: vehix.xom > >> > > * Empty reply from server > > * Connection #0 to host 68.87.98.100 left intact > > * Closing connection #0 > > > > Does anyone have any clue what I am missing? > > > > Thanks > > > > Eddie > > >