[mod_wsgi] header filter

Manlio Perillo manlio_perillo at libero.it
Fri Oct 19 20:08:55 MSD 2007


Igor Sysoev ha scritto:
> On Fri, Oct 19, 2007 at 05:07:37PM +0200, Manlio Perillo wrote:
> 
>> I'm trying to define a custom header filter in mod_wsgi, but my filter 
>> is not called.
>>
>> Is this supported?
> 
> Yes, of course. It's seems that your module set in filter chain too late -
> after ngx_htpt_header_filter_module.
> 
> If you use "config" file configuration, you need to write there:
> HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_YOUR_filter_module"
> 

The problem is that I defined the header filter *inside* the wsgi module.

Now I have defined the header filter in a separate file, and it works.


Thanks and regards   Manlio Perillo





More information about the nginx mailing list