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 -
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
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=
> > ...".
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
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
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
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