[SOLVED]does not work on any request on windows

2016-11-15 Thread ganadara
Add configuration. --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_gunzip_module --with-http_gzip_static_module --with-http_a

Re: does not work on any request on windows

2016-11-14 Thread ganadara
update information. This is the result of ngx_http_wait_request_handler after c->recv(c, b->last, size). The normal response has been successfully responded to the user request. Abnormal does not respond to user requests. -

Re: can not received event on windows

2016-11-10 Thread ganadara
add information. nginx.conf #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pidlogs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type ap

can not received event on windows

2016-11-10 Thread ganadara
I was build nginx for window on linux. (compiler: x86_64-w64-mingw32-gcc) and build succeeded. but It does not work on any request.. as if it hang status... I was checked function ngx_event_process_posted in ngx_event_posted.c on windows gdb. and found an empty ngx_queue_t at any requested. how