ตอนติดตั้ง ปิด remi นะครับ จะได้เปน php 5.xx หลังจากนั้นค่อยอัพเกรดเปน php7 ครับ
ใช้คำสั่งประมานนี้
# curl -O
http://vestacp.com/pub/vst-install.sh 
# bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi no --vsftpd yes --proftpd no --iptables yes --fail2ban no --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --softaculous yes --mysql yes --postgresql no
==================================================================================
อัพเกรด php เป็น 7.3
wget
https://dl.fedoraproject.org/p...el-release-latest-7.noarch.rpm 
wget
http://rpms.remirepo.net/enterprise/remi-release-7.rpm 
rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm
yum install yum-utils
yum-config-manager --enable remi-php73
yum update -y
เช็คดุว่าเปน php เวอร์ชั่นไหน
php -v
yum-config-manager --disable remi-php56
yum-config-manager --disable remi-php70
yum-config-manager --disable remi-php71
yum-config-manager --disable remi-php72
service httpd restart
