老牛很早之前就介绍过这个国外的lnmp脚本,国内用的人可能不多,
但是根据老牛之前使用的情况看,该脚本也非常稳定,而且php mysql等已经经过了优化,性能也是非常地不错,感觉在军哥的lnmp之上….
从论坛来看使用的人非常多,社区比较活跃,有空可以去看看https://community.centminmod.com/forums/
新版的增加了一些新功能
1 | Centmin Mod LEMP is a Linux, Nginx, MariaDB MySQL & PHP-FPM web stack for CentOS 6.x & CentOS 7.x developed by George Liu (eva2000) with a shell menu based installer that allows Nginx & PHP version management, upgrade/downgrade Nginx & PHP or setting up Nginx vhosts etc. Centmin Mod 1.2.3-eva2000.08 (of .08 for short), added a centmin.sh menu option 23 to setup a local Git environment for easier code updates and cronjob auto updates. Centmin Mod Addons are available to extend the feature set of your LEMP installation. |
可以搭建本地git环境,方便源码更新…个人vps有必要吗?看来用这个脚本的程序猿比较多啊…
新版的改动
1 2 3 4 5 6 7 8 9 10 | Latest Centmin Mod auto installs Nginx server on CentOS Linux with the following: Nginx 1.9.3 (https / SPDY SSL + ngx_pagespeed + Lua/LuaJIT support) PHP 5.4.44 (php-fpm) with support for PHP 5.3, 5.4, 5.5, 5.6, and PHP 7.0 MariaDB 10.0.x MySQL performance fork (MariaDB 10.1.x soon) PHP opcode cache: Zend OpCache 7.0.5+, APC Cache 3.13, Xcache 3.2.0 Memcached Server 1.4.24 + Memcache 3.0.8 PHP Extension Libmemcached 1.0.18 + Memcached 2.2.0 PHP Extension Multi-threaded compression: pigz, pbzip2, lbzip2, plzip, p7zip (optional) CSF Firewall Pure-FTPD Virtual FTP User support |
nginx用的是最新版的nginx1.9.3,支持SPDY协议额
lua和ngx_pagespeed老牛还没配置来用过,所以没啥可介绍的
最重要的是Centmin的lemp脚本支持php7,没错,传说中性能牛逼的php7….外国人就是会玩儿,咱们都是玩儿剩下的….
另外,老牛推荐使用MariaDB额,该分支的mysql性能绝对在原版的mysql之上
脚本具体的安装选项大家自己看看下边,可选择项目很多….折腾帝们赶紧现身吧
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | -------------------------------------------------------- Centmin Mod Menu -------------------------------------------------------- 1). Centmin Install 2). Add Nginx vhost domain 3). NSD setup domain name DNS 4). Nginx Upgrade / Downgrade 5). PHP Upgrade / Downgrade 6). XCache Re-install 7). APC Cache Re-install 8). XCache Install 9). APC Cache Install 10). Memcached Server Re-install 11). MariaDB 5.2/5.5 & 10.x Upgrade Sub-Menu 12). Zend OpCache Install/Re-install 13). Install ioping.sh vbtechsupport.com/1239/ 14). SELinux disable 15). Install/Reinstall ImagicK PHP Extension 16). Change SSHD Port Number 17). Multi-thread compression: pigz,pbzip2,lbzip2... 18). Suhosin PHP Extension install 19). Install FFMPEG and FFMPEG PHP Extension 20). NSD Re-install 21). Update - Nginx + PHP-FPM + Siege 22). Add Wordpress Nginx vhost + WP Super Cache 23). Update Centmin Mod Code Base 24). Exit -------------------------------------------------------- Enter option [ 1 - 24 ] -------------------------------------------------------- Enter option [ 1 - 24 ] 2 -------------------------------------------------------- Enter vhost domain name to add (without www. prefix): newdomain.com Create a self-signed SSL certificate Nginx vhost? [y/n]: y Create FTP username for vhost domain (enter username): ftp1 Auto generate FTP password (recommended) [y/n]: y FTP username you entered: ftpuser1 FTP password auto generated: ********************* ----------------------------------------------------------- SSL Vhost Setup... ----------------------------------------------------------- Generating self signed SSL certificate... Generating a 2048 bit RSA private key ........................................................+++ ....+++ writing new private key to 'newdomain.com.key' ----- Signature ok |
原文链接:https://xiaohost.com/10687.html,转载请注明出处。
评论0