Filter module callback not been called

Lucas Brasilino lucas.brasilino at gmail.com
Thu Mar 1 18:42:13 UTC 2012


Hi!

> Try to set this
> HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES
> ngx_http_simple_example_module "
>
> instead of this
>
> HTTP_MODULES="$HTTP_MODULES ngx_http_simple_example_module"
>
> To enable your module as a filter module

The ngx_http_simple_example_module works right :)

The problem is at ngx_http_static_header_module, which code I've
pasted at pastebin.

But, anyway, you are right. I've changed config from my filter module and now it
is been called.

Thanks a lot!
regards
Lucas Brasilino



More information about the nginx-devel mailing list