Re: [EMAIL PROTECTED] How to know the VirtualHost/Request procesed by an child process

2006-12-19 Thread Graciano Carrillo
sub-directories are the process IDs. > > On 19/12/06, * Graciano Carrillo* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hello, > >I've an apache 2.2.3 running with several VirtualHosts, and > sometimes > a child apach

Re: [EMAIL PROTECTED] How to know the VirtualHost/Request procesed by an child process

2006-12-19 Thread Graciano Carrillo
I think that this can help. Thank you Davide Bianchi escribió: > Graciano Carrillo wrote: >> I'd like to know if there is a way to obtain the request that >> launched the child OR the VirtualHost that was processed in the child. >> The reason of this is to try to debug

[EMAIL PROTECTED] How to know the VirtualHost/Request procesed by an child process

2006-12-19 Thread Graciano Carrillo
Hello, I've an apache 2.2.3 running with several VirtualHosts, and sometimes a child apache stalls and it gets the 100% of the CPU. Apache stop doesn't stop it. I've to send SIGKILL, because the process was in a zombie STATE. I'd like to know if there is a way to obtain the request that la