sysop1911 Posted March 16, 2009 Share Posted March 16, 2009 I run a Windows Server 2003 with Apache 2.2.9, PHP 5.2.6, Mysql 5.0.51b and an open-source CMS. About half the times when our content-mangers try to upload files to the server, Apache stops and I have to manually restart it. When I go to the Apache logs I ALWAYS get these two errors: [apc-error] apc_fcntl_unlock failed errno:6 [crit] Parent: child process exited with status 2 -- Aborting. The second error follows the first error by about 5 seconds. The second error is always at the exact time Event viewer says that Apache stopped. In the PHP.INI file the only thing I have under APC is apc.mode=On. It looks like this: [APC] ;zend_extension = "" apc.mode = on ;apc.mode = shm Also, in the extensions list is: extension=php_apc.dll Does anyone have any idea what this is? I assume that since there are not many settings under the [APC] area of PHP.INI that it means it is using most of the defaults. Thanks. Sysop1911 Link to comment https://forums.phpfreaks.com/topic/149689-apc-causing-apache-to-stop-during-upload-of-files/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.