How to fix problem with PHP after upgrading to 2.1.3

mistwang

LiteSpeed Staff
#1
PHP failure is caused by code changes in 2.1.3 which enforce "Process Limit" for FCGI/LSAPI applications.
Please increase the server wide "Process Soft/Hard Limit" under "Server"->"Security"->"CGI Resource Control" or override the server wide value with individual external application level configuration.

Sorry about that.
George
 

mistwang

LiteSpeed Staff
#3
We will adjust this limit automatically to
Code:
3 * Max connections + spare
for each external application if the default value is lower than this in new release.
 
Top