Giter VIP home page Giter VIP logo

amh4.5's Introduction

AMH4.5 基于AMH4.2修改版

转载自:http://soft.im/WebPanel/AMH4.5/ 给自己留个备份

4.5版本是在官方4.2脚本基础上,二次增强开发出来的民间版本; AMH4.5新增Mysql,Mariadb选择安装,实现mysql-5.6.2,mysql-5.7.9,mariadb-5.5.47,mariadb-10.1.11版本数据库选择安装 1.新增Mysql,Mariadb选择安装,实现mysql-5.6.2,mysql-5.7.9,mariadb-5.5.47,mariadb-10.1.11版本数据库选择安装 2.新增php7.0,实现php 5.3 5.4 5.5 5.6 7.0所有版本虚拟主机级的一键切换。(默认安装php5.6) 3.mysql数据目录迁移到/home/mysqldata,方便统一管理和多分区用户重装系统能保留home分区下的重要数据。 4.部分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;面板里重启下网站即可

安装方法:

~# 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 //原soft.im版

~# wget https://github.com/ttkea/AMH4.5/master/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log //我的备份

amh4.5's People

Contributors

ttkea avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.