xzycn opened a new issue, #12196: URL: https://github.com/apache/trafficserver/issues/12196
Hi, I'm a new bigginer here. I'm using ATS(10.0.5) with docker(https://hub.docker.com/r/trafficserver/trafficserver). all config files copy from the image mentioned above and only change remap.config with content: ` regex_map http://a.com http://b.com @plugin=regex_remap.so @pparam=maps.reg ` command like this: ` docker run --name trafficserver -p 18080:8080 -v /data/ats/config:/opt/etc/trafficserver --rm trafficserver/trafficserver:10.0.5 ` failed with message: ` [Apr 17 08:26:30.294] traffic_server NOTE: records parsing completed. [Apr 17 08:26:30.294] traffic_server NOTE: /opt/etc/trafficserver/records.yaml finished loading Emergency: remap.config failed to load ` How could I know what's the cause of this? Thx. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
