Home Backend Development PHP Tutorial Nginx compiled on Windows platform

Nginx compiled on Windows platform

Jul 28, 2016 am 08:25 AM
http nginx path temp windows

I encountered some problems when compiling Nginx on the Windows platform, and finally solved them one by one. Record the process.

Open the website
http://nginx.org/en/download.html
Among them, nginx/Windows-1.10.1 is a binary program that directly downloads the compiled Windows version
To download the source code, you need to use Mercurial to clone. The source code address is http://hg.nginx.org/nginx

Mercurial is a source code management tool, similar to SVN
It has a Windows version and can be used in a Windows environment, but the official website seems to be unable to open https://www.mercurial-scm.org/
But you can download it from other places such as: http://www.onlinedown.net/soft/87736.htm
The version may not be the latest, but it can be used
The installation process is very simple. For convenience, you can add its installation directory to the Windows environment variable PATH

Open the command line, cd to a certain directory (the location used to store and compile Nginx source code), and execute
hg clone http://hg.nginx.org/nginx
Start downloading the source code, it may take several minutes depending on the network speed
 Nginx 在 Windows 平台上编译

Next you need to download the three libraries that Nginx depends on, namely PCRE, zlib and OpenSSL
The corresponding third-party library versions of Nginx 1.10.1 are
pcre-8.39.tar.gz
zlib-1.2.8.tar.gz
openssl-1.0.2h.tar.gz
Basically, it can be obtained from sourceforge, or directly use the search engine to find the download

Then you need to create the "objs" and "objs/lib" two-level directories in the Nginx source code root directory, and extract the above three libraries to objs/ lib under
Note: These three third-party libraries are actually in source code form and do not have lib or dll. They all need to be compiled together

and then configuration needs to be executed. The command is
auto/configure –with-cc=cl –builddir=objs –prefix=
–conf-path=conf/nginx.conf –pid-path=logs/nginx.pid
–http-log-path=logs/access.log –error-log-path=logs/error.log
–sbin-path=nginx.exe –http-client-body-temp-path=temp/client_body_temp
–http-proxy-temp-path=temp/proxy_temp
–http-fastcgi-temp-path=temp/fastcgi_temp
–with-cc-opt=-DFD_SETSIZE=1024 –with-pcre=objs/lib/pcre-8.39
–with-zlib=objs/lib/zlib-1.2.8 –with-openssl=objs/lib/openssl-1.0.2h
–with-select_module –with-http_ssl_module –with-ipv6
But this command cannot be executed directly in the Windows command line. It requires a Linux environment. The method is to use MinGW, which has an MSYS tool, similar to bash in Linux
Open the website http://www.mingw.org/wiki/MSYS to download the MinGW Installer. Note: This is just an installer
The final downloaded file is mingw-get-setup.exe, which is less than 1MB. Double-click to install
It should be noted that the installation path can be modified, but there cannot be spaces in the path (it should not work in Chinese, I haven’t tried it)
 Nginx 在 Windows 平台上编译
The actual installation process is not fast and requires downloading a lot of things online
After the installation is complete, click Continue and a management interface will be opened directly
 Nginx 在 Windows 平台上编译
Next, check msys-base in Basic Setup, then Apply Changes to start installing msys
This process is not fast either, it takes a few minutes

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the compilation of Nginx on the Windows platform, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What should I do if I can't delete a Windows system dll file? Tips for completely deleting stubborn dll files What should I do if I can't delete a Windows system dll file? Tips for completely deleting stubborn dll files Jun 12, 2024 pm 02:46 PM

What should I do if I can't delete a Windows system dll file? Tips for completely deleting stubborn dll files

Lossless Scaling on Steam Deck OLED runs games at up to 2x FPS Lossless Scaling on Steam Deck OLED runs games at up to 2x FPS Aug 26, 2024 am 10:07 AM

Lossless Scaling on Steam Deck OLED runs games at up to 2x FPS

How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated? How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated? Feb 21, 2025 pm 10:54 PM

How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated?

deepseek web version entrance deepseek official website entrance deepseek web version entrance deepseek official website entrance Feb 19, 2025 pm 04:54 PM

deepseek web version entrance deepseek official website entrance

How to install deepseek How to install deepseek Feb 19, 2025 pm 05:48 PM

How to install deepseek

Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node? Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node? Mar 05, 2025 pm 05:57 PM

Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node?

Snapdragon X Elite CPU performance nearly identical on battery vs AC power in Vivobook S15 benchmarks Snapdragon X Elite CPU performance nearly identical on battery vs AC power in Vivobook S15 benchmarks Jun 21, 2024 am 06:50 AM

Snapdragon X Elite CPU performance nearly identical on battery vs AC power in Vivobook S15 benchmarks

How to implement HTTP streaming using C++? How to implement HTTP streaming using C++? May 31, 2024 am 11:06 AM

How to implement HTTP streaming using C++?

See all articles