Writing first test Nginx module

nima0102 nginx-forum at nginx.us
Sat Jun 6 12:27:48 UTC 2015


Hi again, 

After some searching on Nginx source code, eventually i did find out the
issue. The issue was on module type. I had defined it as NGX_STREAM_MODULE,
but it must be NGX_HTTP_MODULE because i did intend to add some features to
upstream module. Also I had to change configuration directive from
NGX_STREAM_SRV_CONF|NGX_CONF_NOARGS  to NGX_HTTP_UPS_CONF|NGX_CONF_NOARGS.
Type of ngx_*_ctx was not correct and it was changed to ngx_http_module_t .

Sincerely,
Nima

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259411,259413#msg-259413



More information about the nginx mailing list