PDA

View Full Version : How to fix problem with PHP after upgrading to 2.1.3


mistwang
10-19-2005, 11:16 PM
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

SyNeo
10-20-2005, 02:45 AM
Hi.

What is the recommended Process Limit value, or how it can be calculated?

mistwang
10-20-2005, 11:38 AM
We will adjust this limit automatically to 3 * Max connections + spare for each external application if the default value is lower than this in new release.