search
LNMP one-click installation packageMaybe you are familiar with LAMP, which represents the website server architecture of Apache, MySQL, and PHP under Linux; as above, LNMP represents the website server architecture of Nginx, MySQL, and PHP under Linux.
Why do we adopt LNMP architecture?
We don’t need to say more about the advantages of using Linux, PHP, and MySQL.
Nginx is a small and efficient web server software under Linux. It was developed by Igor Sysoev for the Rambler.ru site, the second most visited site in Russia. It has been running on some large Russian websites for many years and is quite stable.
Nginx is quite stable, has rich functions, is simple to install and configure, and has low system resources...
What are the advantages of LNMP architecture?
As a web server: Compared with Apache, Nginx uses fewer resources, supports more concurrent connections, and reflects higher efficiency.
As a load balancing server: Nginx can directly support Rails and PHP internally, and can also support external services as an HTTP proxy server. Nginx is written in C, and its system resource overhead and CPU usage efficiency are much better than Perlbal.
As a mail proxy server: Nginx is also a very good mail proxy server (one of the first purposes of developing this product is also as a mail proxy server), Last.fm describes the successful and wonderful use experience.
Nginx installation is very simple, the configuration file is very concise (it can also support perl syntax), and the server with very few bugs: Nginx is particularly easy to start, and can run almost 24/7, and does not need to be restarted even if it runs for several months. start up. You can also upgrade the software version without interrupting service. More Nginx introduction
How to obtain the LNMP one-click installation package?
You are free to download and use it on a VPS (VDS) or dedicated server as a real production environment or testing environment.
Which software does it install
Nginx
MySQL
PHP
PHPMyAdmin
Apache
Zend Optimizer
eAccelerator
ionCube
PureFTPd
VsFTPd
LNMP 0.9 released on April 23, 2012
Optimize the installation process and error handling;
Add InnoDB option to MySQL installation (optional);
Fixed the problem of incorrect PHP version determination of eaccelerator and ionCube;
Fix the problem of memcached pid creation failure
Correct pdo_mysql installation method;
PHP adds some disabling functions;
Optimize Nginx upgrade script;
Remove vsftpd installation script;
Fixed the problem of returning 404 when accessing non-existent PHP;
Update Nginx version;
Update PHP probe;
Add phpwin pseudo-static
During the upgrade process, stop LNMP related services;
Fix Nginx log_format problem;
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

ThinkPHP6 integrated development environment construction guide: one-click installation and configurationThinkPHP6 integrated development environment construction guide: one-click installation and configuration

26Aug2023

ThinkPHP6 integrated development environment construction guide: one-click installation and configuration Introduction: With the rapid development of Internet technology, PHP, as a commonly used server-side scripting language, is widely used in Web development. As a PHP-based development framework, ThinkPHP is favored by many developers for its simplicity, ease of use, and powerful functions. This article will introduce how to build a ThinkPHP6 integrated development environment. Through one-click installation and configuration, you can quickly build a stable and efficient development environment. Attached is the

Open pathinfo for nginx in lnmp one-click installation environment, lnmpnginx_PHP tutorialOpen pathinfo for nginx in lnmp one-click installation environment, lnmpnginx_PHP tutorial

13Jul2016

In the lnmp one-click installation environment, nginx turns on pathinfo and lnmpnginx. In the lnmp one-click installation environment, nginx opens pathinfo. For lnmpnginx problems and principles, please refer to: http://www.laruence.com/2009/11/13/1138.html. If it is a development environment that uses the lnmp script to install one-click, you can

Open nginx pathinfo in lnmp one-click installation environmentOpen nginx pathinfo in lnmp one-click installation environment

08Aug2016

: This article mainly introduces nginx to enable pathinfo in the lnmp one-click installation environment. Students who are interested in PHP tutorials can refer to it.

How to configure the PHP environment through one-click installationHow to configure the PHP environment through one-click installation

04Apr2023

With the continuous development of the Internet, more and more people are beginning to realize the importance of web development. As one of the most important languages ​​in programming today, PHP's application scenarios are becoming increasingly widespread. If you want to develop PHP, building a development environment that suits you is a process that you must go through. But for beginners, this process can be difficult. This article will introduce how to configure the PHP environment through one-click installation. ## 1. What is the PHP environment? The PHP environment refers to the PHP software development environment required by the web server, including PHP and NG.

What is the one-click installation package LAMP for PHP environment?What is the one-click installation package LAMP for PHP environment?

06Jun2020

The PHP environment one-click installation package LAMP is a Shell script written in Linux Shell that can install Linux, Apache, MySQL, and PHP production environments for VPS or servers of Linux CentOS, Fedora, Debian, and Ubuntu systems.

lnmp environment construction source code package installation linux, nginx, mysql, phplnmp environment construction source code package installation linux, nginx, mysql, php

08Aug2016

:This article mainly introduces lnmp environment construction and source code package installation of linux, nginx, mysql, php. Students who are interested in PHP tutorials can refer to it.

See all articles