#!/bin/sh

export PHP_FCGI_CHILDREN=10
PHP_FCGI_MAX_REQUEST=5000
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php
