File:  [ELWIX - Embedded LightWeight unIX -] / suX / cgi / php-fcgi
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jun 18 23:03:53 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: sux3_4, SUX3_3, HEAD
version 3.3

#!/bin/sh
#
# (C)`11 by Michael Pounov <misho@elwix.org>
#
# Wrapper CGI script for FastCGI and suX
#
# $Id: php-fcgi,v 1.2 2015/06/18 23:03:53 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 -- -

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>