Maxim Dounin
June 12, 2019 10:44AM
Hello!

On Tue, Jun 11, 2019 at 05:56:11PM +0000, Carey Gister wrote:

> I tried with and without quotes. The same result. My module is inserted in front of the copy filter module. I am writing a drop in replacement for the slice module. I want my module to be in front of the stream module.
> I build without specifying --with-http_slice_module.

Obviously enough, if you don't have the slice module compiled in,
trying to use module order relative to it won't work - because
there is no slice module. You have to configure order related to
other modules as well.

Another problem is that ngx_module_order is only used for dynamic
loading. If you are trying to build a static module,
ngx_module_order won't work for you. And since the slice module
is a low-level module specifically positioned in the filter chain,
there is no equivalent module type.

--
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

ngx_module_order directive

careygister 465 June 07, 2019 08:46PM

Re: ngx_module_order directive

Maxim Dounin 158 June 10, 2019 08:56AM

Re: ngx_module_order directive

careygister 172 June 11, 2019 01:58PM

Re: ngx_module_order directive

Maxim Dounin 195 June 12, 2019 10:44AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 291
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready