One of my sites seems to be causing my Apache install on Server 2008 using Zend Server CE to hang completely rendering all sites completely unresponsive until I restart Apache. http://www.alganon.com and http://www.myalganon.com are Zend Framework based sites, I'm assuming one of them is the culprit. http://www.qol.com is the only other site running onthis web server and it's static html...
I do notice php-cgi.exe crashing, the details of the most recent crash are noted below; please let me know if there's any additional information I can provide to help track the problem down. I can't seem to pinpoint exactly what is causing the crash/freeze to happen nor am I noticing anything abnormal in the log files related to this.
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-05-31T17:57:51.000Z" />
<EventRecordID>989</EventRecordID>
<Channel>Application</Channel>
<Computer>QOL-WEB-02</Computer>
<Security />
</System>
- <EventData>
<Data>php-cgi.exe</Data>
<Data>5.2.8.8</Data>
<Data>4989ba8a</Data>
<Data>php5.dll</Data>
<Data>5.2.8.8</Data>
<Data>4989ba85</Data>
<Data>c0000005</Data>
<Data>0000a4bb</Data>
<Data>57c</Data>
<Data>01c9e208d0dc663e</Data>
</EventData>
</Event>

