Objective
Get a new installed Linux server, how to configure a Web server that can parse Dynamic Web script? I believe this is a problem that many people will have. This article takes you step-by-step to build a Web server that gives the Lemp
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
Web site Environment
LAMP. What is LAMP? It is Linux + Apache + MySQL + php/perl abbreviation, is a concise, strong, widely supported site environment. At home there seems to be a lot of people recommend to change A (Apache) to N (Nginx), but I do
Ubuntu installs Nginx from official sources
CD ~
wget http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
sudo nano/etc/apt/ Sources.list # Add the following two sentences to
Deb
One. Nginx InstallationNginx can be installed using the default packages of each platform, this article is to introduce the use of source code compilation installation, including specific compilation parameters information.Before the official start,
Install LEMP (Linux, Nginx, MySQL and PHP) Stack on Ubuntu Linux 14.04 LTSNginx InstallationNginx is one of the robust Web servers in Linux world. Nginx is a free, open source, high performance HTTP server and reverse proxies, as weell as an
Nginx-ubuntu Chinese
Page
Discuss
View Source code
History
Navigation
Home
Recent Changes
Random page
Page category
Help
Edit
Editing guide
Sand box
News Update
word
LNMP (nginx + mysql + php) Environment/architecture one-click installation script
LNMP (nginx + mysql + php) Environment/architecture one-click installation script, which has passed the test on CentOS 7.1, with a time of 27 minutes and hardware
Install nginxSudo apt-get install nginxAfter Ubuntu is installed, the file structure is roughly as follows:All configuration files are under/etc/nginx, and each virtual host is already under/etc/nginx/sites-available.Program file
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.