> > Okay. -1 on the change to SIGWINCH. Restore SIGUSR1 on all platforms.
>
> How are you going to make that work on older versions of Linux again?
I don't use older versions of Linux. They have security holes.
My preference is for the signal to be configurable and for it to be
activated by running httpd with a simple argument, just like on win32.
Failing that, I'd rather have httpd be broken on those platforms that
are unusable for Web servers rather than be broken on those platforms
that are usable for Web servers. That means the universal default
must be SIGUSR1, since SIGWINCH is an entirely unreliable signal that
isn't even supported on all platforms.
....Roy