#!/bin/bash

DEFAULTPHPINI=/home/zebraonl/php-fcgi.ini
#exec /usr/bin/php -c ${DEFAULTPHPINI}
exec /usr/local/php5.3/bin/php-cgi -c ${DEFAULTPHPINI}
