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

2006-12-19 Thread Graciano Carrillo
I didn't realice on the 'fd' directory in a process dir in '/proc'. The whole info of filedescriptors could me help too. Thanks. Steve Swift escribió: > On Linux system you could find wealth of information about the process > in the /proc directory - the numeric sub-directories are the process I

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 the problem. > > You could c

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

2006-12-19 Thread Steve Swift
On Linux system you could find wealth of information about the process in the /proc directory - the numeric sub-directories are the process IDs. On 19/12/06, Graciano Carrillo <[EMAIL PROTECTED]> wrote: Hello, I've an apache 2.2.3 running with several VirtualHosts, and sometimes a child apa

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

2006-12-19 Thread Davide Bianchi
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 the problem. You could check the log files or enable the server_status handler and check the serve

[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