[us...@httpd] Re: Long running Apache 2.2 process

2009-07-30 Thread Chandranshu .
I opened GDB and attached the php-cgi process. We were able to determine the the PHP script it was executing. After that, inspecting the source code of the PHP file gave out all the reasons why it was running for so long. The question now is different. I want to understand the circumstances under

[us...@httpd] Re: Long running Apache 2.2 process

2009-07-28 Thread Chandranshu .
Hi We have now turned on mod_status and added the ExtendedStatus On directive to httpd.conf and have restarted apache gracefully. However, there is no information about the rogue process. I guess this is because that process was forked before this directive was turned on. Anything else we can