check for cgi-wrap

This commit is contained in:
Matthew Saunders Brown 2025-03-04 11:03:35 -08:00
parent 1486e9efd4
commit 05716c1f44

View File

@ -149,6 +149,14 @@ if [[ -d /srv/www/$domain ]]; then
echo "vhost-enable.sh -m VHostHTTPS -d $domain"
fi
# cgi-wrapper
if [[ -d /usr/jails/$username ]]; then
if [[ -d /usr/local/lib/cgi-wrap/$domain ]]; then
echo "vhost-cgi-wrap.sh -d $domain"
echo "jk_init -k -j /usr/jails/$username perl"
fi
fi
echo
echo "NOTE: check for PHP version changes on the on new server and an custom php-fpm configs in /srv/www/$domain/.exp/etc/php/ from the old server"