Nginx for windows 64 (not the cygwin)

hi
i dont find the windows 64 bits build on the download section, what i’ve
found is only the cygwin version

Posted at Nginx Forum:

abdelouahabb Wrote:

hi
i dont find the windows 64 bits build on the
download section, what i’ve found is only the
cygwin version

*Edit: i speak about that because i’ve a Dell xps 15 to lean nginx with,
but sadly this is as i found, the most hated laptop from linux! all the
distro i’ve tested on it hangs, so i just want to stay on my seven 64
bits shipped with, and learn nginx without breaking my head about the OS
and its problems!
and the distribution (if it exists on win 64 bits) does it have the ssl
module activated?

Posted at Nginx Forum:

Hello!

On Thu, Jan 12, 2012 at 08:19:53AM -0500, abdelouahabb wrote:

bits shipped with, and learn nginx without breaking my head about the OS
and its problems!
and the distribution (if it exists on win 64 bits) does it have the ssl
module activated?

There is no separate build available for 64-bit windows, use
32-bit one, it should work (with usual limitations, see
nginx for Windows).

Alternatively, you may build it yourself as specified here:

http://nginx.org/en/docs/howto_build_on_win32.html

Or use your favorite virtual machine to run nginx under your
favorite *nix variant.

Maxim D.

2012/1/12 Maxim D. [email protected]

nginx for Windows).


nginx mailing list
[email protected]
nginx Info Page

thank you :slight_smile:
sorry, but i’ve not Visual studio, am running codes under python, it’s
free
:stuck_out_tongue:
is there someone that can provide us a 64 bits version???

2012/1/12 Valentin V. Bartenev [email protected]

nginx Info Page

i run under 8 giga ram, so i just wanted to test the limits of a server
running under 64 bits, my thesis is to make a webserver using tornado
(also
not officialy supported on windows) and as load balancer and reverse
proxy
i’ll use nginx (as suggested in tornado documentation)
and what about the 32 bits build, does it contain the basic modules +
extras?

On Thursday 12 January 2012 17:40:20 aliane abdelouahab wrote:

i run under 8 giga ram, so i just wanted to test the limits of a server
running under 64 bits, my thesis is to make a webserver using tornado (also
not officialy supported on windows) and as load balancer and reverse proxy
i’ll use nginx (as suggested in tornado documentation)

nginx for Windows - this limitations relate to all
windows
builds, not only 32-bit. Don’t expect high performance or more than 1024
simultaneous connections.

and what about the 32 bits build, does it contain the basic modules +
extras?

What “extras” do you mean exactly? Some of nginx modules don’t work
properly on
windows 7, and, probably, most of 3’rd party modules even won’t compile.

wbr, Valentin V. Bartenev

On Thursday 12 January 2012 17:30:23 aliane abdelouahab wrote:
[…]

thank you :slight_smile:
sorry, but i’ve not Visual studio, am running codes under python, it’s free

:stuck_out_tongue:

is there someone that can provide us a 64 bits version???

Sorry, but what’s wrong with 32’bit version?

There’s no difference for your purposes.

wbr, Valentin V. Bartenev

so the default module are not included?
extras for example like ssl

2012/1/12, Valentin V. Bartenev [email protected]:

thank you for the reply
as a final solution, i’ve installed opensuse and i’ll try to use it only
when it is possible…

2012/1/12 Valentin V. Bartenev [email protected]

On Friday 13 January 2012 00:15:02 aliane abdelouahab wrote:

so the default module are not included?
extras for example like ssl

You may download and check it yourself by using the “-V” option.

TLS SNI support enabled
configure arguments:
–with-cc=cl
–builddir=objs.msvc8
–with-debug
–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.msvc8/lib/pcre-8.12
–with-zlib=objs.msvc8/lib/zlib-1.2.5
–with-select_module
–with-http_realip_module
–with-http_addition_module
–with-http_sub_module
–with-http_dav_module
–with-http_stub_status_module
–with-http_flv_module
–with-http_mp4_module
–with-http_gzip_static_module
–with-http_random_index_module
–with-http_secure_link_module
–with-mail
–with-openssl=objs.msvc8/lib/openssl-1.0.0e
–with-openssl-opt=enable-tlsext
–with-http_ssl_module
–with-mail_ssl_module
–with-ipv6

wbr, Valentin V. Bartenev