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 (9 years ago) by misho
Branches: MAIN
CVS tags: sux3_4, SUX3_3, HEAD
version 3.3

    1: #!/bin/sh
    2: #
    3: # (C)`11 by Michael Pounov <misho@elwix.org>
    4: #
    5: # Wrapper CGI script for FastCGI and suX
    6: #
    7: # $Id: php-fcgi,v 1.2 2015/06/18 23:03:53 misho Exp $
    8: 
    9: export PHP_FCGI_CHILDREN=4
   10: export PHP_FCGI_MAX_REQUESTS=5000
   11: # This user can be changed for our needs!
   12: export SUX_USER="hosting"
   13: 
   14: exec /usr/local/bin/suX -- -

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