if [ -r /php5-unsecure.enabled ]; then export PHPRC="/etc/php5/cgi-unsecure/" else export PHPRC="/etc/php5/cgi/" fi if [ -d /php5 ]; then export PHPRC="/php5/" fi PHP_FCGI_CHILDREN=5 export PHP_FCGI_CHILDREN PHP_FCGI_MAX_REQUESTS=200000 export PHP_FCGI_MAX_REQUESTS #ulimit -n 65535 exec /usr/bin/php5-cgi #/cgi-bin/env