nginx dso coredump
洪志道
hongzhidao at gmail.com
Tue Aug 30 17:19:14 UTC 2016
Hi.
It’s do really a funny experience. Now I use in the following way.
[ngx_http_hello_module]
1. development:
ngx_http_hello_module.c => ngx_http_hello_module.so
2. production
mv modules/ngx_http_hello_module.so modules/ngx_http_hello_module.so.2
upload ngx_http_hello_module.so to modules directory, and keep the same
name
-- configuration --
load_module module/ngx_http_hello_module.so; # It always use the same
name.
I can use lsof to check the so file used by nginx.pid or nginx.pid.oldbin.
Is it the right way? Thanks again.
B.R.~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160831/9213021f/attachment.html>
More information about the nginx-devel
mailing list