--- suX/cgi/php-fcgi 2015/06/18 23:00:33 1.1 +++ suX/cgi/php-fcgi 2015/06/18 23:00:33 1.1.2.1 @@ -0,0 +1,14 @@ +#!/bin/sh +# +# (C)`11 by Michael Pounov +# +# Wrapper CGI script for FastCGI and suX +# +# $Id: php-fcgi,v 1.1.2.1 2015/06/18 23:00:33 misho Exp $ + +export PHP_FCGI_CHILDREN=4 +export PHP_FCGI_MAX_REQUESTS=5000 +# This user can be changed for our needs! +export SUX_USER="hosting" + +exec /usr/local/bin/suX -- -