Windows 2008 IIS 7 PHP Caching / Blank Page Problems

iisiis-7PHPwindowswindows-server-2008

I don't even know how to explain this. The only thing I can think is 'why am I working with a windows server?'

I am renting a dedicated 1and1 server – I installed PHP myself – with fast CGI and caching (pretty sure I checked OK on something about dynamic caching for PHP when I installed it.)

Every few hours of intensive php processing – my pages start locking up – usually just showing blank pages – with no errors whatsoever.

Just now, I checked a page – let's call it a.php – and it was showing the results of b.php – I thought I had been hacked!

Simply restarting the IIS server however, fixes the problem.

Any ideas / help / knowledge on similar problems with windows 2008?

Best Answer

I hope you have gone through the article Using FastCGI to Host PHP Applications on IIS 7.0. Unless there is some missing/miss configuration in .php I have never seen IIS serving wrong pages. You can certainly check IIS logfiles to verify the same.

Don't want to frustrate you but we happen to overlook lot of things specially when working with new environment like IIS 7.

Related Topic