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

2023-07-14 Thread Fabiano Furtado Pessoa Coelho
Hello... On Fri, Jul 14, 2023 at 12:33 PM Maxim Dounin wrote: > > Hello! > > On Thu, Jul 13, 2023 at 03:08:19PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > > Hello... > > > > On Wed, Jul 12, 2023 at 9:37 PM Maxim Dounin wrote: > > > > > > Hello! > > > > > > On Wed, Jul 12, 2023 at 06:40:21PM -

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

2023-07-14 Thread Maxim Dounin
Hello! On Thu, Jul 13, 2023 at 03:08:19PM -0300, Fabiano Furtado Pessoa Coelho wrote: > Hello... > > On Wed, Jul 12, 2023 at 9:37 PM Maxim Dounin wrote: > > > > Hello! > > > > On Wed, Jul 12, 2023 at 06:40:21PM -0300, Fabiano Furtado Pessoa Coelho > > wrote: > > > > > Hello... > > > > > > I hav

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

2023-07-13 Thread Fabiano Furtado Pessoa Coelho
Thanks for the help, Sergey! On Wed, Jul 12, 2023 at 9:38 PM Sergey A. Osokin wrote: > > 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= > > ...".

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

2023-07-13 Thread Fabiano Furtado Pessoa Coelho
Hello... On Wed, Jul 12, 2023 at 9:37 PM Maxim Dounin wrote: > > 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= > > ...". > > ... > > //ngx_http_module1.so;", it wo

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