一键编译安装LNMP LAMP 支持CentOS6、CentOS7、RHEL6、RHEL7
Nginx/1.22 built with OpenSSL 1.1.1
define NGINX_VAR for Microsoft-IIS/10.0
define NGX_HTTP_AUTOINDEX_PREALLOCATE 50 to 150
TLS SNI support enabled
多个Nginx HTTPS配置和反向代理配置
Apache2.2.34工作模式为PreforkMPM(The final release 2.2.34 was published in July 2017)
Apache2.4工作模式为Event MPM(编译全部Prefork、Worker和Event三种MPM可以自行切换)
PHP5.6.40(PHP 5.6.40 is the last scheduled release of PHP 5.6 branch)
PHP7.3
PHP7.4
PHP8.2
PHP扩展模块 Zend OPcache、Zend Guard Loader、ionCube Loader、 phpredis、swoole、xdebug、fileinfo、snmp(支持zabbix、cacti、Nagios)、imagick
phpMyAdmin
MySQL-5.6
MySQL-5.7
Yum MySQL-5.7
MySQL-5.7_binary
启用Swap
启用iptables
修改SSH服务端口
Redis
Tomcat8 JDK1.8
curl 7.88.1 (x86_64-pc-linux-gnu) libcurl/7.88.1 OpenSSL/1.1.1t zlib/1.2.13 libidn2/2.3.4 libpsl/0.7.0 (+libicu/50.1.2) nghttp2/1.41.0
CentOS-6.x
CentOS-7.x
RHEL-6.x
RHEL-7.x
Oracle Linux -6.x
Oracle Linux -7.x
cd /root
yum -y install wget screen curl python
screen -S lnamp
wget --no-check-certificate https://raw.githubusercontent.com/asuhu/lnamp/master/lnamp.tar.gz
tar -zxvf lnamp.tar.gz
bash install.sh
Licensed under the GPLv3 License.