2mhk

Results 5 comments of 2mhk

same problem with the message conglutination here is the logConfig * GLOBAL: ENABLED = true TO_FILE = true TO_STANDARD_OUTPUT = true FORMAT = "[%level | %datetime | %fbase | %line...

update :add “#define ELPP_THREAD_SAFE” in easylogging++.h will fix it

商店里最新版的openresty应该是只包含了http_dav_module,没有--add-module=../nginx-dav-ext-module。 “用户自己添加编译参数”这个功能感觉要等挺久的,可以先把这个--add-module=../nginx-dav-ext-module先加上去么 下面是终端里查到的编译信息。 ``` # openresty -V nginx version: openresty/1.21.4.3 built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) built with OpenSSL 1.1.1w 11 Sep 2023 TLS SNI support enabled configure arguments: --prefix=/usr/local/openresty/nginx...

更新一个webdav功能性测试工具 litmus,https://github.com/notroj/litmus litmus 使用 apt install 可以直接安装,下面的代码中 https://xxx.xxx.com/ 是webdav的url,user为账户名,password为密码 webdav的docker后端可以用 https://hub.docker.com/r/bytemark/webdav ``` apt install litmus litmus -k https://xxx.xxx.com/ user password ``` 测试预期: 直接访问docker端口的测试结果 与 openresty反代后的测试结果 一致。 测试结果: 1panel提供的openresty用来反代webdav都存在功能性缺失。 **由于openresty占了80,443端口,导致想用webdav的话,就不能用1panel自带的网站功能。** 相比而言,Nginx...

See https://github.com/niXman/binapi/pull/90