Yes, indeed, I had to put it into HTTP_FILTER_MODULES.
Thank you!
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,241761,241767#msg-241767
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Oh, sorry, the `config` file contains:
ngx_addon_name=ngx_http_file_chunks_filter_module
HTTP_MODULES="$HTTP_MODULES ngx_http_file_chunks_filter_module"
HTTP_INCS="$HTTP_INCS /usr/include/libxml2 "
CORE_LIBS="$CORE_LIBS -lxml2"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS
$ngx_addon_dir/ngx_http_file_chunks
Thank you for the reply.
Hmm, maybe I build it different way. I have the following files to
configure, make and install it:
conf.sh:
cd ~/src/nginx
./auto/configure --prefix=/home/ruslan \
--with-debug \
--conf-path=/home/ruslan/etc/nginx/nginx.conf \
--user=ruslan \
Hi.
2013/8/11 ruslan_osmanov
> There is some testing code in header/body filters. I'm launching the
server
> merely to see whether my code is invoked. All configuration and cleanup
> stuff
> seems to be working. But the header/body filters are not called at
all(both
> call
> ngx_log_error).
>
>
Hi,
I'm writing a filter module which will output static files according to
information returned by an upstream handler like FastCGI, or Apache.
There is some testing code in header/body filters. I'm launching the server
merely to see whether my code is invoked. All configuration and cleanup
stuf