#!/bin/sh
PHPRC=/hsphere/local/config/httpd/php5
export PHPRC
export PHP_FCGI_MAX_REQUESTS=15000
export PHP_FCGI_CHILDREN=0
exec /hsphere/shared/php5/bin/php-cgi -d  safe_mode=off

