I am developing a simple website using PHP.
Development Configuration : WAMP
Production Configuration : LAMP
While
I used to have the same problem with my LAMP dev system, caused by a network mount. I managed to get rid of it by adding these two lines to my apache conf.
EnableMMAP off EnableSendfile off