Next, we will continue to introduce the LNMP architecture to deploy a dynamic network environment
The LNMP architecture allows you to deploy a dynamic site environment in roughly the following:
Lnmp=linux/windows/unix +apache/nginx+mysql/pgsql/oracle+php/jsp/xml
This section will start with the Linux system software installation, leading the reader to identify the RPM package and the source code security
and understand the pros and cons of them.
Nginx is a very good service program for the deployment of Dynamic Web sites, Nginx has good stability,
Unique features such as rich functionality and less system resources.
By deploying Linux+nginx+mysql+php's four open source software, you have a free, efficient,
LNMP Dynamic website architecture with strong extensibility and low resource consumption.
Test environment
Selinux and Iptables disables
Test Domain name: example.com
A Server ip:172.25.39.250 (primary/physical machine)
B Server ip:172.25.39.1
Chapter directory Structure
1. SOURCE installation program
2. Deploying the LNMP Architecture
2.1 Configuring Nginx Service
2.2 Configuring the Mysql service
2.3 Configuring PHP Services 3. Select Server Host
4. Build Discuz Forum
Specific introductions such as attachments,
This article is from the "12040125" blog, please be sure to keep this source http://12050125.blog.51cto.com/12040125/1854236
LNMP architecture to deploy a dynamic network environment