VestaCP多PHP(v5.5,v5.6,v7)一键安装脚本
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
说明:之前很多时候都在用宝塔面板,近期发现SSL
配置有点问题,就改用了VestaCP
面板,挺好用的,顺便发了VestaCP
安装教程:一款强大的Linux免费web管理面板:VestaCP安装教程,现在再发个多PHP
版本的Vestacp
安装方法,可能会有需要。
安装
系统要求:Centos 6.7
和Centos 7
。
wget http://mirror.skamasle.com/vestacp/PHP/sk-phpinstaller_beta02_3.sh
bash sk-phpinstaller_beta02_3.sh
安装其他模块
搜索
yum search php70 --enablerepo=remi |grep opcache
#output:
php70-php-opcache.x86_64 : The Zend OPcache
安装
yum install php70-php-opcache --enablerepo=remi
查找需要的ini
文件
/usr/bin/php70 --ini |grep opcache
Additional .ini files parsed: /etc/opt/remi/php70/php.d/10-opcache.ini,