[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
launched the child OR the VirtualHost that was processed in the child.
The reason of this is to try to debug the problem.

  Any clue?


Regards, Grachi

begin:vcard
fn:Grachi
n:;Grachi
org:Shylex Telecomunicaciones, S.L.
email;internet:[EMAIL PROTECTED]
tel;work:902998050
tel;fax:902905020
tel;cell:68621
url:http://www.shylex.com
version:2.1
end:vcard


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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 server_status page. I think that some informations should be 
stored there.


Davide

--
Windows: The answer to a question nobody has ever asked.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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
launched the child OR the VirtualHost that was processed in the child.
The reason of this is to try to debug the problem.

  Any clue?


Regards, Grachi



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
Steve Swift
http://www.swiftys.org.uk


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 check the log files or enable the server_status handler and
 check the server_status page. I think that some informations should be
 stored there.

 Davide



-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 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
 launched the child OR the VirtualHost that was processed in the child.
 The reason of this is to try to debug the problem.

   Any clue?


 Regards, Grachi



 -
 The official User-To-User support forum of the Apache HTTP Server
 Project.
 See URL: http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]





 -- 
 Steve Swift
 http://www.swiftys.org.uk 


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]