On 8 Jan 2013, at 13:52, Maxim Dounin wrote:
> Filter ordering is determinded during configure - config script of
> your module should place it into appropriate list, usually
> HTTP_AUX_FILTER_MODULES. Your symptoms suggests you've added your
> filter module into HTTP_MODULES list instead.
Thanks. Yes, that was of course the problem.
I guess control of my ordering relative to other modules isn't available?
It seems my module's handlers for request phases are perfectly
fine compiled with HTTP_AUX_FILTER_MODULES, too.
Is that right, or am I setting myself up for trouble that has just
yet to bite?
--
Nick Kew
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
> Filter ordering is determinded during configure - config script of
> your module should place it into appropriate list, usually
> HTTP_AUX_FILTER_MODULES. Your symptoms suggests you've added your
> filter module into HTTP_MODULES list instead.
Thanks. Yes, that was of course the problem.
I guess control of my ordering relative to other modules isn't available?
It seems my module's handlers for request phases are perfectly
fine compiled with HTTP_AUX_FILTER_MODULES, too.
Is that right, or am I setting myself up for trouble that has just
yet to bite?
--
Nick Kew
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel