Install nginx in ubuntu

Source: Internet
Author: User
1. for ubuntu: 10.04, nginx: 1.0.4, go to the website to search for and download. 2. download nginx. here Ubuntu needs to install the following packages. $ sudoapt-getinstalllibpcre3 & amp; \ $ sudoapt-getinstallzlib1g & amp; \ $ sudoapt-getin... 1. for ubuntu: 10.04, nginx: 1.0.4, go to the website to search and download.
2. download nginx. here Ubuntu needs to install the following packages.
$ Sudo apt-get install libpcre3 &&\
$ Sudo apt-get install zlib1g &&\
$ Sudo apt-get install libpcre3-dev &&\
$ Sudo apt-get install zlib1g-dev &&\
$ Sudo apt-get install libssl & \ (the source may not be found)
$ Sudo apt-get install libssl-dev
If other packages are found to be missing during the build process, you can continue to install them through apt-get.
3.
Tar-xzvf nginx-1.0.4.tar.gz
$ Cd nginx-1.0.4/
$./Configure
$ Make
$ Sudo make install
Run the test
$ Cd/usr/local/nginx/sbin
$ Sudo./nginx
Enter http: // localhost in the browser if you see:
Welcome to nginx!
Congratulations! the installation is successful!


Author txgc_wm
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.