#! /bin/bash
allowed=($FCGI_ALLOWED)
exec /usr/sbin/fcgiwrap -c ${FCGI_WORKERS:-1} "${allowed[@]/#/-p}"
