ecc256
ecc256
Leonid, Any chance to have ubuntu CPU **arm64** added to releases, please?
If original request "user agent" is empty, the replayed one will be "Go-http-client/1.1" Is it intended behaviour? Anyway to keep original "user agent", even if it is empty?
Setup: AWS Fargate service behind ALB ALB redirects http to https ALB forward https as http to Fargate service forwarding http traffic as http to Fargate task IP works: `gor...
Guys, Need a little help here. What would be the right endpoint format for helm deployment with _**AWS Amazon OpenSearch Service (successor to Amazon Elasticsearch Service)**_? The latter is in...
docker uses Linux style `containerPath` for Python container debugging: `docker run -dt ... -v "d:\Users\[user]\.vscode\extensions\ms-python.python-2021.11.1422169775\pythonFiles\lib\python\debugpy:/debugpy:ro" ... ` It should be `C:\debugpy`, not `/debugpy` Similar .Net container creates windows style path:...
Ребята, Вот такая ошибка, подскажите куда копать? ``` [ 32%] Building CXX object WinPort/CMakeFiles/WinPort.dir/src/PathHelpers.cpp.o In file included from /usr/lib/gcc/x86_64-redhat-linux/7/include/limits.h:194:0, from /usr/lib/gcc/x86_64-redhat-linux/7/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/7/include/limits.h:34, from /usr/include/xercesc/validators/common/Grammar.hpp:25, from /usr/include/xercesc/parsers/XercesDOMParser.hpp:27, from /home/ec2-user/far2l/colorer/src/Colorer-library/src/colorer/parsers/CatalogParser.cpp:1: /usr/include/spdlog/fmt/bundled/format.h:...
Guys, I’ve followed module recommendation for [multiple upstreams](https://github.com/openresty/lua-resty-upstream-healthcheck#multiple-upstreams). Error log has messages like: _[error] 193#193: *118495174 [lua] healthcheck.lua:53: errlog(): healthcheck: failed to receive status line from **10.0.0.1:80**: timeout, context: ngx.timer...
Would it be possible to add upstream name to log message to distinguish among multiple upstreams with same server. Namely, change current message from _healthcheck: failed to receive status line...
Windows: Install s3cmd as a direct command that does not need to be called with "python" cmd line
Looks like something is amiss with s3cmd install. It supposed to create file s3cmd.cmd in Python\Scripts folder with following content: `@%~dp0..\python %~dp0s3cmd %*` As a result _s3cmd_ is crippled on...
wmibeat>go build # github.com/eskibars/wmibeat/beater beater\wmibeat.go:174:19: b.Name undefined (type *beat.Beat has no field or method Name) beater\wmibeat.go:177:4: b.Events undefined (type *beat.Beat has no field or method Events)