I have recently setup a new install of PHP5 running on Apache on Windows Server 2008 r2.
I have APC and Image Magick installed as php modules, but is otherwise a pretty basic php setup. It is using fastCGI.
What happens is 3 or 4 times a day I have to restart apache because the site stops pulling up.
The event viewer ends up with entries like these around the time of failure: Faulting application path: D:\Apache\bin\httpd.exe Faulting module path: D:\PHP\php5ts.dll
Does anyone know of any way to get additional information about what is the precise cause of this problem?
I don't see anything really interesting in the PHP error log surrounding these events.
One thing that seems odd is when I restart apache it creates TWO httpd.exe processes. PHP_info output seems accurate and correct, mod_disk_cache is NOT in use.
Suggestions welcome, and thanks in advance,
Dan