标签:centos服务 .com net /usr php7.0 S3 ica 增加 modules
方法一:安装宝塔一键搞定
方法二:
安装httpd
安装httpd yum install httpd -y 重启httpd服务 systemctl start httpd.service
安装php7.0
https://blog.csdn.net/supergao222/article/details/78308197 ?
关联php7.0与httpd
配置httpd.conf,增加一行
AddType application/x-httpd-php .php
安装ionCube Loader
下载 wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz 解压下载的tar包 tar xvfz ioncube_loaders_lin_* 配置php.ini zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.0.so 或者运行压缩包内loader-wizard.php文件,查看具体安装方法
标签:centos服务 .com net /usr php7.0 S3 ica 增加 modules
原文地址:https://www.cnblogs.com/ericyuan/p/9175988.html