Re: TCP/Status CLOSE_WAIT for nginx, very long time

2020-05-11 Thread q1548
Hello, Maxim, thank you. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287966,288002#msg-288002 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: TCP/Status CLOSE_WAIT for nginx, very long time

2020-05-10 Thread q1548
Thank you, Maxim. If I use the latest nginx version with custom http module, for a socket leak, what I need check in module code? thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287966,287989#msg-287989 ___ nginx mailing list nginx@ng

TCP/Status CLOSE_WAIT for nginx, very long time

2020-05-06 Thread q1548
Hello, I run netstat, find one of nginx processes, its status always is CLOSE_WAIT, never change for very long time, how to fix this? thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287966,287966#msg-287966 ___ nginx mailing list ngi

Re: Empty file "off" under /usr/local/nginx/

2020-04-08 Thread q1548
Thanks, Oleg. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287577,287582#msg-287582 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Empty file "off" under /usr/local/nginx/

2020-04-07 Thread q1548
Thank you, Francis. Oh, yes, you are right, thank you so much. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287577,287579#msg-287579 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Empty file "off" under /usr/local/nginx/

2020-04-07 Thread q1548
Hello, I found an empty file "off" under /usr/local/nginx/, then I deleted it, this empty file be automatically recreated, why? Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287577,287577#msg-287577 ___ nginx mailing list nginx@n

Re: USR2 signal not work, failed to upgrade executable

2020-03-24 Thread q1548
It is okay now, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287439,287448#msg-287448 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

USR2 signal not work, failed to upgrade executable

2020-03-24 Thread q1548
Hello, Both nginx_new and nginx_old are good, after USR2 signal be sent to the master process, it can not start new master process. I use these steps: 1. cp -f nginx_new nginx_old 2. kill -USR2 $( cat /usr/local/nginx/logs/nginx.pid ) 3. ps aux | grep nginx no new master process, only old master

Re: openssl 1.1.1d SSL_read() failed in error log

2020-03-23 Thread q1548
Thank you. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287429,287435#msg-287435 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

openssl 1.1.1d SSL_read() failed in error log

2020-03-23 Thread q1548
I use openssl 1.1.1d, SSL_read() failed in error log. not often, a few, but what does this mean, thanks. [crit] ... SSL_read() failed (SSL: error:14191044:SSL routines:tls1_enc:internal error) while processing HTTP/2 connection [crit] ... SSL_read() failed (SSL: error:14191044:SSL routines:tls1_en

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287383,287393#msg-287393 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
need helps for this, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287383,287390#msg-287390 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Hello Maxim, Thanks for your helps. "http level...", Oh, not just a hardware server, several different dedicated servers. When wildcard SSL is used, the CRT file and the KEY file should be the same in each hardware server, I just want to know, can each server use its private dhparam file or must

ssl_dhparam with Wildcard SSL

2020-03-19 Thread q1548
Hello, I want to use a Wildcard SSL on several servers. "ssl_certificate" and "ssl_certificate_key" are same CRT file and KEY file, but for "ssl_dhparam", each server have its private dhparam file? or use the same dhparam file? please help, thanks. Posted at Nginx Forum: https://forum.nginx.org

Re: what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-14 Thread q1548
Hello J.R., thank you, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286720,286736#msg-286736 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-13 Thread q1548
Hello, I enable "ssl_stapling" and "ssl_stapling_verify", it can work fine. But sometime, I can find a few error messages in error.log, ".Operation timed out) while requesting certificate status", it seem the OCSP server of my SSL provider cannot be connected at that time. I want to know

Re: Content_Length and gzip

2019-11-03 Thread q1548
I find out, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286079,286080#msg-286080 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Content_Length and gzip

2019-11-03 Thread q1548
Hello, I found if enable gzip, the http header will not include "Content_Length:..." and use "Transfer-Encoding: chunked" instead. But in your home page, "nginx.org" will return both gzip and Content_Length, why? do you use another version for yourself? Current, nginx.org seem use 1.17.3 version,