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. 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