File:  [ELWIX - Embedded LightWeight unIX -] / suX / cgi / php-fcgi
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 18 23:00:33 2015 UTC (9 years, 3 months ago) by misho
Branches: sux3_3
adds cgi script

    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.1.2.1 2015/06/18 23:00:33 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>