AMH5.5最新版本见 请在本站搜索相关文章
AMH4.5支持Centos5、6、7
一键安装方法
apt-get install screen (debian)
yum -y install screen (centos)
screen -S amh
wget http://soft.im/WebPanel/AMH4.5/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
功能增加:
增加php5.4 php5.5 php5.6 php7,支持从php5.3~php7.0自由热切换。每个虚拟主机可以进行切换,不需要整个环境的切换。
开发日志:
1.新增php7.0,实现php 5.3 5.4 5.5 5.6 7.0所有版本虚拟主机级的一键切换。
2.mysql数据目录迁移到/home/mysqldata,方便统一管理和多分区用户重装系统能保留home分区下的重要数据。
3.部分bug修正 以下为旧记录:
1.nginx升级到1.9.6,配合新版nginx,openSSL编译1.0.2d(nginx专用)
2.支持http/2(目前测试中,站点conf文件需要手动加入配置,参考nginx.org)
3.支持stream反代
4.支持nginx反代和cache_purge(测试功能,配置文件需手动)
5.修复pid路径错误在服务器重启后不能启动php的错误
6.其他一些bug修复
启用http/2的方法:
模块下载个bbshijiessl,然后用这个模块配置好ssl证书
手工找到/usr/local/nginx/conf/vhost/域名.conf 里面最下面把listen 443; 改成 listen
443 ssl http2;面板里重启下网站即可
AMH4.5/update升级:
更新curl为curl-7.49.1
更新php-5.3.29,php-5.4.45,php-5.5.36,php-5.6.22,php-7.07等
yum install -y wget
yum install -y vim
强烈建议先运行screen,防止ssh中断
apt-get install screen (debian)
yum -y install screen (centos)
screen -S amh
Centos 5 .x 和 Centos 6.x安装脚本
wget http://www.sxsay.com/amh/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
----------------------------------------------------------------------------------------
Centos 7.x安装脚本
请先运行ifconfig,要是功能不全,请先yum安装
yum -y install net-tools.x86_64
然后再运行安装脚本
wget http://www.sxsay.com/amh/7/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log
