ezelkow1 commented on issue #9051: URL: https://github.com/apache/trafficserver/issues/9051#issuecomment-1226092987
yes it is loaded due to `[Aug 24 18:11:35.759] traffic_server DIAG: (maxmind_acl) created remap instance with configuration maxmind.yaml` Also the -City name in that database is just because that is the default naming scheme from Maxmind, it has country data in it along with city level data. What does your remap.config look like (you may or may not need to scrub this)? Is it possible your request is coming in and going to a remap line that does not have the plugin loaded on it? In that case the plugin will not see the request to allow or deny it. Also what does you request look like? If you are testing with something like `http://localhost:port` that is interpreted in ATS differently than `http://external-ip-of-box:port`. ATS will see the incoming request differently. Also both of those examples would only work on a remap that was basically a blanket remap of everything, i.e.: `map / http://your-origin.com @plugin=maxmind_acl.so @pparam=maxmind.yaml` -- 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]
