check for cgi-wrap
This commit is contained in:
parent
1486e9efd4
commit
05716c1f44
@ -149,6 +149,14 @@ if [[ -d /srv/www/$domain ]]; then
|
|||||||
echo "vhost-enable.sh -m VHostHTTPS -d $domain"
|
echo "vhost-enable.sh -m VHostHTTPS -d $domain"
|
||||||
fi
|
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
|
||||||
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"
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user