apache_conf VestaCP从5.4更新到PHP 5.5
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf VestaCP从5.4更新到PHP 5.5相关的知识,希望对你有一定的参考价值。
service httpd stop
yum -y remove php
# open /etc/yum.repos.d/remi.repo and add 1 beside enabled for both [remi] and [remi-php55]
yum -y install php php-bcmath php-cli php-common php-gd php-imap php-mbstring php-mcrypt php-mysql php-pdo php-soap php-tidy php-xml php-xmlrpc php-pecl-apc phpMyAdmin roundcubemail php-opcache
sudo mv /etc/httpd/conf.d/roundcubemail.conf.rpmsave /etc/httpd/conf.d/roundcubemail.conf
# revert old roundcube apache config
service httpd start
# OPcache GUI - place it within your website public_html
wget https://raw.github.com/rlerdorf/opcache-status/master/opcache.php
# OPcache config
vi /etc/php.d/opcache.ini
# optimal settings
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=256
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
以上是关于apache_conf VestaCP从5.4更新到PHP 5.5的主要内容,如果未能解决你的问题,请参考以下文章
无法在 CentOs 7 中将 PHP 从 5.4 更新到更高版本
VestaCP中国用户遭到大量DDOS攻击
markdown VestaCP安装和配置
markdown VestaCP
python VestaCP
ini VestaCP:Phoenix Nginx SSL Conf