httpd children receiving SIGHUP

httpd children receiving SIGHUP

am 22.02.2010 16:26:56 von Brandon Metcalf

Hello,

I am trying to understand the circumstances under which the httpd parent wi=
ll SIGHUP its children. MaxRequestsPerChild is set to zero and we are stil=
l seeing the child processes receive a SIGHUP after a certain amount of tim=
e or requests. Looking at the server status, thread resources are not bein=
g exhausted.

Is there some other limit if reached would cause the parent to SIGHUP a chi=
ld?

Thanks,
Brandon


Confidentiality Notice: This e-mail message (including any attached or
embedded documents) is intended for the exclusive and confidential use of t=
he
individual or entity to which this message is addressed, and unless otherwi=
se
expressly indicated, is confidential and privileged information of Rackspac=
e.
Any dissemination, distribution or copying of the enclosed material is proh=
ibited.
If you receive this transmission in error, please notify us immediately by =
e-mail
at abuse@rackspace.com, and delete the original message.
Your cooperation is appreciated.


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: httpd children receiving SIGHUP

am 23.02.2010 14:26:56 von Jeff Trawick

On Mon, Feb 22, 2010 at 10:26 AM, Brandon Metcalf
wrote:
> Hello,
>
> I am trying to understand the circumstances under which the httpd parent =
will SIGHUP its children.

SIGHUP should just be sent on non-graceful restart

what is the httpd version and platform? what is the evidence of
SIGHUP vs. some other signal?

>=A0MaxRequestsPerChild is set to zero

SIGHUP is not used for that anyway

> and we are still seeing the child processes receive a SIGHUP after a cert=
ain amount of time or requests. >=A0Looking at the server status, thread re=
sources are not being exhausted.
>
> Is there some other limit if reached would cause the parent to SIGHUP a c=
hild?

no

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org