Differences

This shows you the differences between two versions of the page.

Link to this comparison view

litespeed_wiki:config:site_reached_its_capacity_limit [2015/05/29 19:55]
Jackson Zhang created
litespeed_wiki:config:site_reached_its_capacity_limit [2015/06/01 15:21]
Jackson Zhang
Line 20: Line 20:
 Tried to disable opcode cache but no luck. Tried to disable opcode cache but no luck.
  
-Actually PHP could not be started successfully for that user. You should run the PHP binary as that user account and find out why. +Tried the following to check lsphp error. No error found.
 <​code>​ <​code>​
 sudo -u <​user_name>​ /​path/​to/​lsphp5/​binary -i sudo -u <​user_name>​ /​path/​to/​lsphp5/​binary -i
 </​code>​ </​code>​
- 
-Fixing any error in the output may fix the overall problem. However there is no error for it. 
  
 Unable to create lock file: Permission denied could be zend opcache problem however the same problem occurred with PHP 5.3 and 5.4 using APC. Therefore disabling Zend Opcache in PHP 5.5 and 5.6 didn't help. Unable to create lock file: Permission denied could be zend opcache problem however the same problem occurred with PHP 5.3 and 5.4 using APC. Therefore disabling Zend Opcache in PHP 5.5 and 5.6 didn't help.
  • Admin
  • Last modified: 2015/06/01 15:21
  • by Jackson Zhang