nginx-shib / nginx-http-shibboleth

Shibboleth auth request module for nginx
https://github.com/nginx-shib/nginx-http-shibboleth/wiki
Other
209 stars 27 forks source link

dynamic module support #14

Closed rabb1t closed 8 years ago

rabb1t commented 8 years ago

Hello,

Starting from nginx-1.9.11 developers added a new feature called dynamic modules

Can you please add support for compile this module as a dynamic to enable the possibility to explicitly load the module adding load_module directive inside the nginx configuration file , e.g:

load_module /path/to/modules/ngx_http_shibboleth_module.so;

Thank you in advance!

davidjb commented 8 years ago

Already done from a while ago, check the development branch. I'm using the dynamic module in prod plus it is now Travis tested, but more testing is always needed.

I'll be making a new release v2 shortly.

Thanks for the report!

davidjb commented 8 years ago

Released v2.0.0, merged into master and tagged @ https://github.com/nginx-shib/nginx-http-shibboleth

rabb1t commented 8 years ago

@davidjb Thank you for a quick update!