gentoo/www-apps/froxlor/files/php-fcgi-starter

9 lines
226 B
Plaintext
Raw Normal View History

2011-03-07 11:10:15 +01:00
#!/bin/sh
PHPRC='/var/www/froxlor/php-fcgi-script/'
export PHPRC
PHP_FCGI_CHILDREN=0
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=250
export PHP_FCGI_MAX_REQUESTS
exec /usr/bin/php-cgi -c '/var/www/froxlor/php-fcgi-script/'