I think the problem is in config file.<br><br>Try to set this<br><font style="font-family:arial,helvetica,sans-serif" size="2">HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_simple_example_module
"</font><br><br>instead of this<br><pre style="font-family:arial,helvetica,sans-serif"><font>HTTP_MODULES="$HTTP_MODULES ngx_http_simple_example_module"<br><br>To enable your module as a filter module<br></font></pre>
Regards<br><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 2:22 PM, Lucas Brasilino <span dir="ltr"><<a href="mailto:lucas.brasilino@gmail.com">lucas.brasilino@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi!<br>
<br>
I gonna write a filter module so I'm starting to do some experiments.<br>
I did a simple handler module that can be seen at [1] and is working fine.<br>
<br>
I'm facing a little problem. It should be some detail I can't see right<br>
now. My filter module callback is not been called.<br>
<br>
The code is here: <a href="http://pastebin.com/wUB5H0A3" target="_blank">http://pastebin.com/wUB5H0A3</a><br>
<br>
I registered the filter to the 'filters chain' at<br>
'ngx_http_static_header_init()'.<br>
<br>
ngx_http_static_header_init() is called, but ngx_http_static_header_filter() is<br>
not.<br>
<br>
Where is my mistake ? :)<br>
<br>
thanks in advance<br>
Lucas Brasilino<br>
<br>
<br>
[1] <a href="https://github.com/lucasbrasilino/ngx_http_simple_example" target="_blank">https://github.com/lucasbrasilino/ngx_http_simple_example</a><br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</blockquote></div><br>