1. 服务器系统选centos 6.x 选错了能够在管理界面重装系统php
阿里云自带ip限制功能,默认是关闭外网访问(ftp http)进来的,须要手动在管理界面 - 本实例安全组 - 配置。html
先安装v1.0 的yum程序包脚本 http://help.ecmoban.com/article-2978.htmlcentos
(脚本下载这个破图,改为rar打开)安全
2. 大创商2.1.3版本是php5.6, 跟以前的php5.3不一样,另外zend加密的的zendguardloader也要更改成最新版以支持php5.6服务器
安装php5.6 : http://forums.sentora.org/showthread.php?tid=780阿里云
1: yum install epel*
2: yum update / yum upgrade
3: 加密
CentOS and Red Hat Enterprise Linux 6.x
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm
CentOS and Red Hat Enterprise Linux 7.x
wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
sudo rpm -Uvh remi-release-7*.rpm
4: yum update / yum upgrade
5: yum --enablerepo=remi,remi-php56 update
6: yum --enablerepo=remi,remi-php56 upgrade
7: reboot
8: php -vspa
安装zendloader:http://files.zend.com/help/Zend-Guard/content/installing_zend_guard_loader.htmcode
修改一下php.ini的指向路径就行htm
3. 服务器 /var/lib/php 的权限要改成至少775