Opened 7 years ago

Closed 7 years ago

Last modified 16 months ago

#1274 closed defect (wontfix)

nginx does not start in Windows Nano Server

Reported by: sandersaares@… Owned by:
Priority: blocker Milestone:
Component: other Version:
Keywords: Cc:
uname -a: Microsoft Windows [Version 10.0.14393]
nginx -V: C:\>nginx\nginx.exe -V

C:\>

Description

Attempting to start nginx in Windows Nano Server fails using https://nginx.org/download/nginx-1.13.0.zip

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\>nginx\nginx.exe

C:\>echo %errorlevel%
-1073741515

Hypothesis: Nano Server only runs 64-bit executables and the nginx Windows build is not a 64-bit executable.

Change History (2)

comment:1 by Maxim Dounin, 7 years ago

Resolution: wontfix
Status: newclosed

Yes, precompiled nginx windows binaries as provided at http://nginx.org/en/download.html are 32-bit ones. If you need 64-bit windows binary, you may try compiling it yourself as outlined at http://nginx.org/en/docs/howto_build_on_win32.html, though likely there will be problems at least with compiling libraries.

comment:2 by Maxim Dounin, 16 months ago

See also #1391.

Note: See TracTickets for help on using tickets.