YoungJoo.Kim

Results 38 comments of YoungJoo.Kim

Please try again with the latest version.(https://github.com/vozlt/nginx-module-vts/commit/3c6cf41315bfcb48c35a3a0be81ddba6d0d01dac) I have merged https://github.com/vozlt/nginx-module-vts/pull/145 a few days ago. Of course, this patch may not be the same problem as above.

@zajdee Thanks for reporting. The ```resolve``` option in upstream block is being used, are you using nginx commercial version? Or, please let me know the 3rd party module(```resolve```) you are...

@takakawa Does it still happen in the VTS [latest version](https://github.com/vozlt/nginx-module-vts/commit/549cc4d0d31b8bea5319c8564917875d03f105e1) and Nginx(>1.18.0)?

[The feature](https://github.com/vozlt/nginx-module-vts/blob/f6706e79f17b74a6590412749792a8ca4f9dc14d/src/ngx_http_vhost_traffic_status_display_json.c#L28) is directly taken from the [ngx_http_stub_status_module](http://nginx.org/en/docs/http/ngx_http_stub_status_module.html) function of nginx. For that reason, it seems difficult to implement that feature at the moment.

@wenfei3 Does it still happen in the VTS [latest version](https://github.com/vozlt/nginx-module-vts/commit/549cc4d0d31b8bea5319c8564917875d03f105e1) and Nginx(>1.18.0)?

@dimsua Does it still happen with the latest version of Nginx(>=1.18.0) and VTS? Latest commit: https://github.com/vozlt/nginx-module-vts/commit/91bdb146e45e612d1ce0b257bcda638848367d84

If the error log still occurs, please provide detailed nginx settings.

@qcybb I added debug information to help determine the cause of this problem. You should compile with the last commit. Please check if the following log is displayed in the...

Please let me know your compile environment.(OS, GCC version, NGINX version) Thanks.

Thanks reporting. This module does not work under version 1.11.5. You should compile in at least version nginx-1.11.5. I fixed the compatibility section in `README.md`.