metwork-framework / mfserv

metwork/mfserv module
http://metwork-framework.org
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Add ngx_http_auth_request_module to nginx #383

Closed dearith closed 4 years ago

dearith commented 4 years ago

We need to use ngx_http_auth_request_module (http://nginx.org/en/docs/http/ngx_http_auth_request_module.html).

It seems nginx provided by Metwork does not have this module.

This module is not built by default, it should be enabled with the --with-http_auth_request_module configuration parameter.

Currently, we use Metwork 0.9.

Could you enable this module in nginx (Metwork 0.9 and >)?

Thanks.

thefab commented 4 years ago

@thebaptiste if you are back, can you add this in the openresty build process (in mfext)? thanks

thebaptiste commented 4 years ago

Done and backported in release 0.9 (a new release of mfext 0.9 is available including this improvement).

See here

dearith commented 4 years ago

It works !!! Thanks a lot 👍