Hello all,
recently I set up a web server running Windows Server 2012 Standard Edition.
This server is hosting one wordpress blog (www.magi-mania.de)
Unfurtanetly the web site is ran very unstable and logged lots of these events:
Faulting application name: php-cgi.exe, version: 5.4.9.0, time stamp: 0x50ad2678 Faulting module name: KERNEL32.DLL, version: 6.2.9200.16384, time stamp: 0x5010a926 Exception code: 0xc0000005 Fault offset: 0x00025f9e Faulting process id: 0x25f4 Faulting application start time: 0x01ce1c3e35f7a5b1 Faulting application path: C:\Program Files (x86)\PHP\v5.4\php-cgi.exe Faulting module path: C:\Windows\SYSTEM32\KERNEL32.DLL Report Id: af65a468-8831-11e2-93f2-d43d7e0c7eba Faulting package full name: Faulting package-relative application ID:
PHP had been installed via Windows Platform installer.
Then I figured out there might be problems caused by object-cache.php
So I followed this post:
http://wordpress.org/extend/plugins/wincache-object-cache-backend/
After changing this, the site was more reliable, but after about an hour it crashed again and no processing was possible after I did an iisreset.
Has anyone an idea what I can do?
Without wincache the site is running slower, but stable.
Best,
Mark