Current File : //usr/lib/apache/suexec-allowed-bins/shopphpwrapper
#!/bin/bash
export PHP_FCGI_MAX_REQUESTS=5000
BASEDIR="${ONECOM_DOMAIN_ROOT}/httpd.www/:${ONECOM_DOMAIN_ROOT}/tmp:/usr/lib/onecom-webapps/webshop"
exec /usr/bin/php-cgi-5.6 -c /etc/php/php-5.6-shop.ini -d "open_basedir=${BASEDIR}"