Solarisbf
Solarisbf
The same issue happens for me as well (MMS 10.1.4, Windows 11) ``` at Connection.onSocketError (C:\_works\xxxxx\node_modules\mongodb\src\cmap\connection.ts:308:18) at Socket.emit (node:events:530:35) at Socket.emit (node:domain:489:12) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at processTicksAndRejections...
maybe cache.config does not work at all please check cache.config please https://docs.trafficserver.apache.org/en/10.0.x/admin-guide/files/cache.config.en.html so, i used `header_rewrite` plugin to set `Cache-Control: max-age=` on `READ_RESPONSE_HDR_HOOK` and i solved it
hello ! i am testing header_rewrite acl with geoip (.mmdb file) again and again but failed always like upside comment. i checked header_rewrite.so library link as well root@ats-dev2:/opt/ts/libexec/trafficserver# ldd header_rewrite.so...
hello guys i checked traffic.out log as well ``` root@ats-dev2:/opt/ts/var/log/trafficserver# cat traffic.out | grep geo [Oct 21 16:40:24.202] traffic_server DIAG: (header_rewrite) Remap geo db /opt/ts/etc/trafficserver/GeoLite2-City.mmdb [Oct 21 17:04:51.998] traffic_server DIAG:...
hello ATS Team ! i set header_rewrite option --geo-db-path on plugin.config for global setting ``` root@ats-dev2:/opt/ts/etc/trafficserver# cat plugin.config xdebug.so --enable=x-remap,x-cache regex_revalidate.so -c regex_revalidate.config -l rr_log -f rr_state header_rewrite.so --geo-db-path=dbip-country-lite-2024-10.mmdb ```...
hello @cmcfarlen , sorry for replying late. i downloaded mmdb file from this link https://github.com/P3TERX/GeoLite.mmdb or here https://archive.org/download/dbip-country-lite i downloaded GeoLite2-Country.mmdb & GeoLite2-City.mmdb thanks for fixing this issue. thanks a...