#!/bin/sh

export PHP_FCGI_CHILDREN=0
export PHP_FCGI_MAX_REQUESTS=50

exec /usr/local/bin/php5-fcgi
