Can Windows compile

Hi , thanks i am working in xingx for linux and wind, linux is ok, but
in windows i want to use NginxHttpStubStatusModule and other modules but
icant because the docs said [quote=docs]
This module is not compiled by default and must be specified using the
–with-http_stub_status_module
[/quote]
so please, somebody said me if i can do that, because time is gold.
note:if somebody have xginx server for win with all good modules
compiled, please share it
thanks
:slight_smile:

Posted at Nginx Forum:

Hello!

On Tue, Sep 21, 2010 at 06:15:40PM -0400, jamesjara wrote:

Hi , thanks i am working in xingx for linux and wind, linux is ok, but
in windows i want to use NginxHttpStubStatusModule and other modules but
icant because the docs said [quote=docs]
This module is not compiled by default and must be specified using the
–with-http_stub_status_module
[/quote]
so please, somebody said me if i can do that, because time is gold.
note:if somebody have xginx server for win with all good modules
compiled, please share it

nginx/Windows as available from nginx.org compiled with
stub status module:

C:\Temp\nginx-0.8.50>nginx.exe -V
nginx version: nginx/0.8.50
TLS SNI support enabled
configure arguments: --builddir=objs.msvc8 --crossbuild=win32
–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-7.9
–with-zlib=objs.msvc8/lib/zlib-1.2.3 --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_gzip_static_module --with-http_random_index_module
–with-http_secure_link_module --with-mail --with-ipv6
–with-openssl=objs.msvc8/lib/openssl-0.9.8o
–with-openssl-opt=enable-tlsext --with-http_ssl_module
–with-mail_ssl_module

Maxim D.

oh okk, thanks for the tip Maxim D.

Posted at Nginx Forum: