排序
CentOS7 卸载系统自带的Apache
卸载 首先,要确认下是否有安装过,或者是系统自带了httpd服务,通过以下命令: # rpm -qa | grep httpd 或者: # yum list | grep httpd 我已经安装过一次了,所以我这边会显示如下: 然后我先...
CentOS 7启动、重启、chkconfig等命令已经合并为systemctl
CentOS 7系统服务启动、重启、设置服务启动项命令以合并为,systemctl . 现在用service 或/etc/init.d/命令,重启,重新启动,停止等没效果,因为命令合并为systemctl. 新命令具体内容如下: 以启动ht...
VestaCP CentOS下开启PHP-FCGI支持
安装apache的mod_wsgi模块 代码 (Text): yum install mod_fcgid 下载wsgi模板, 代码 (Text): cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/fcgid/httpd.tar.g...
VestaCP安装Zend OpCache,IonCubeLoade。
安装ZendOpcache 1 2 yum install--enablerepo=remi php-opcache service httpd restart 安装IoncubeLoader 1 2 yum install--enablerepo=remi php-ioncube-loader service httpd r...