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
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.
-
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
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