https://bz.apache.org/bugzilla/show_bug.cgi?id=50669
--- Comment #4 from Olliver <[email protected]> --- @rpluem is this still true 12 years later? Are there no other ways to signal apache without abusing SIGWINCH? Having apache exit after a window change is a bit odd. One work-around could be, to actually determine the terminal window size, and if it has actually changed, not exit the daemon? That way, you could have both ways. If SIGWINCH is received without any window changes, do what you do now, but if there where window changes, ignore the signal? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
