Re: load_module with "./configure ... --modules-path= ..."

2023-07-12 Thread Sergey A. Osokin
Hi Fabiano, hope you're doing well. On Wed, Jul 12, 2023 at 06:40:21PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...". The --modules-patch= configure option defines a directory where nginx dynamic modules will be installed

Re: load_module with "./configure ... --modules-path= ..."

2023-07-12 Thread Maxim Dounin
Hello! On Wed, Jul 12, 2023 at 06:40:21PM -0300, Fabiano Furtado Pessoa Coelho wrote: > Hello... > > I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...". > > Therefore, the "load_module" directive is not reading the path/config > specified in "--modules-path" parameter. For

load_module with "./configure ... --modules-path= ..."

2023-07-12 Thread Fabiano Furtado Pessoa Coelho
Hello... I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...". Therefore, the "load_module" directive is not reading the path/config specified in "--modules-path" parameter. For instance, in nginx.conf, I have declared "load_module ngx_http_module1.so;" and when I test it, the