#!/bin/bash PHPRC=$PWD/../etc/php8.0 export PHPRC umask 022 PHP_FCGI_MAX_REQUESTS=99999 export PHP_FCGI_MAX_REQUESTS exec /usr/bin/php-cgi8.0