Steps for Nginx re-compiling and adding modules in linux

Source: Internet
Author: User

Find the nginx installation source code root directory. If not, download the new source code.

Http://nginx.org

Tar xvzf nginx-1.3.2.tar.gz

View ngixn extremely compiled parameters

/Usr/local/nginx/sbin/nginx-V

Go to the nginx Source Code Directory

Cd nginx-1.3.2

Below are the re-compiled code and modules

./Configure -- prefix =/usr/local/nginx -- with-http_stub_status_module -- with-http_ssl_module -- with-file-aio -- with-http_realip_module

Make never make install. Otherwise, the installation will be overwritten.

After make is complete, nginx is added to the objs Directory. This is the new version of the program.

Back up old nginx programs

Cp/usr/local/nginx/sbin/nginx. bak

Overwrite the old nginx program

Cp objs/nginx/usr/local/nginx/sbin/nginx

Test whether the new nginx program is correct

/Usr/local/nginx/sbin/nginx-t

Nginx: theconfiguration file/usr/local/nginx/conf/nginx. conf syntax is OK

Nginx: configuration file/usr/local/nginx/conf/nginx. conf test issuccessful

Restart nginx smoothly

/Usr/local/nginx/sbin/nginx-s reload

View ngixn extremely compiled parameters

/Usr/local/nginx/sbin/nginx-V

Here is the code I re-compiled:

. /Configure -- prefix =/usr/local/nginx -- with-google_perftools_module -- user = www -- group = www -- with-http_stub_status_module -- with-http_gzip_static_module -- with-openssl =/usr/-- with-pcre =/mydata /soft/pcre-8.31

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.