LNMP Architecture Introduction
The only difference with lamp is that n in Lnmp refers to Nginx (a Web service software similar to Apache). The application of this kind of environment is also very many at present. Nginx Design is designed to
Deploy php projects in linux-associate Apache, php, and mysql-apachemysql
There are two types of php project environments deployed in linux: Apache, php, and mysql compressed packages and yum commands.
To install the three software packages, you
LAMP installation ConfigurationConfiguring the EnvironmentOperating system: Redhat Enterprise as 4Packages installed: httpd2.0.4, mysql4.1,libxml2.6.16, zlib1.2.1.2,gd2.0.28, libpng1.2.7Description: The various installation instructions on the
This article mainly records the general process of using nginx, php, and mysql to build a web site. The system environment is CentOS6.3. To avoid many unexpected errors during source code compilation, most of the software in linux is directly
Let's take a look at this article and repost it from nginx.cn.
Nginx itself cannot process PHP. It is only a Web server. After receiving the request, if it is a PHP request, it is sent to the PHP interpreter for processing and the result is
Linux environment: Debian 6 Stable
Program Version selection:
Nginx:tengine 1.2.4Taobao produced, based on Nginx and introduced a number of new features
mysql:5.1.66The latest version of the 5.1 series. The reason for not 5.5 is that 5.5 started
Create a blog for mysql database, apacha server, and php Server
1. install mysql:
Prepare zip: mysql-5.5.33-linux2.6-x86_64.tar.gz
[Root @ www ~] # Groupadd-r mysql
[Root @ www ~] # Useradd-g mysql-r-s/sbin/nologin mysql
[Root @ www ~] # Id
Background information:Previously, because the price of AWS EC2 more expensive and rented other foreign small vendors VPS, after using more than 3 years, found that the AWS EC2 Price is much cheaper than the VPS currently in use.The T1.MICRO model
Summary: in linux, how does one mount the mysql. so extension in php? Background: We usually install mysql first before installing php. If you first install php and then install mysql, because php needs to connect to mysql, You need to configure the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.