I would like to know whether there is something like apache mod_status for nginx web server as well, basically i want to know all the requests that are currently processing by nginx process..
is this possible ?
I would like to know whether there is something like apache mod_status for nginx web server as well, basically i want to know all the requests that are currently processing by nginx process..
is this possible ?
The FOSS version has the
ngx_http_stub_status_module
, which you need to manually add at configure-time since it is not by default part of the binary.