fcgid53.sh not support selector with php4.4 and php5.1
Cloudlinux 6.5 (Centos)
DirectAdmin v1.44.3 + custombuild 2.0.0-RC6
PHP from cloudlinux relo atl-php
problem is
when this parameter present in /usr/local/safe-bin/fcgid53.sh (why fcgid53.sh??? script only switcher and compatible with any php version) and in DA php selector switched to version 4.4 or 5.1 in error log appears
for test i comment
and update skeleton for cagefs. Now work fine, but PHP_FCGI_MAX_REQUESTS=500 (default value)
have you any solution?
Cloudlinux 6.5 (Centos)
DirectAdmin v1.44.3 + custombuild 2.0.0-RC6
PHP from cloudlinux relo atl-php
problem is
Code:
PHP_FCGI_MAX_REQUESTS=0 export PHP_FCGI_MAX_REQUESTS
Code:
PHP_FCGI_MAX_REQUESTS is not valid
Code:
#PHP_FCGI_MAX_REQUESTS=0 #export PHP_FCGI_MAX_REQUESTS
have you any solution?
Comment