<div dir="ltr">Hi all,<div><br></div><div>is there a way to avoid the module signature check </div><div><br></div><div><div>     if (ngx_strcmp(module->signature, NGX_MODULE_SIGNATURE) != 0) {</div><div>         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,</div><div>                            "module \"%V\" is not binary compatible",</div><div>                            file);</div><div>         return NGX_ERROR;</div><div>     }</div><div><br></div><div>on nginx startup ?</div><div><br></div><div>I would like to build a dynamic module and make it compatible with a version of nginx regardless of options used in ./configure</div></div><div><br></div><div>-Massimiliano</div></div>