Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4294 - trunk/src/core

Anonymous User
November 15, 2011 03:36PM
Author: mdounin
Date: 2011-11-15 20:35:41 +0000 (Tue, 15 Nov 2011)
New Revision: 4294

Log:
Fixed handling of SIGWINCH/NOACCEPT signal.

After first upgrade it was ignored since r4020 (1.1.1, 1.0.9) as
ngx_daemonized wasn't set.


Modified:
trunk/src/core/nginx.c

Modified: trunk/src/core/nginx.c
===================================================================
--- trunk/src/core/nginx.c 2011-11-15 20:33:37 UTC (rev 4293)
+++ trunk/src/core/nginx.c 2011-11-15 20:35:41 UTC (rev 4294)
@@ -374,6 +374,10 @@
ngx_daemonized = 1;
}

+ if (ngx_inherited) {
+ ngx_daemonized = 1;
+ }
+
#endif

if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) {

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4294 - trunk/src/core

Anonymous User 1328 November 15, 2011 03:36PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready