On Mon, Jun 6, 2011 at 16:14, Maurizio Totti <maurizio.to...@gmail.com> wrote: > 2011/6/6 Simone Caruso <i...@simonecaruso.com>: >> Changing,in line 22, from 'headers_in' to 'headers_out' make your module >> work in >> my test env only for non-html content. >> >> Of course i set "SetHandler getadsldap" in my conf. >> > Hi at all, > @Ben Noordhuis: I had tried all of them to test all the possibility. I > don't get any error (in error.log on debug log level) but the > USER_VAR2 isn't in my http header. Yes I've found the source code of > this module, but my test code it's very more easy, and I've not found > what I have lost :-( > > @Sorin Manolache & @Simone Caruso: Ops... :-( > It's correct now, but no change in my http response.
I think that an AP_FTYPE_RESOURCE filter is invoked _after_ the HTTP response headers have been sent to the client. Try AP_FTYPE_PROTOCOL - 1 instead of AP_FTYPE_RESOURCE. S > My backend's test > it's done with phpinfo() function. Maybe it's a wrong method? > > Thanks at all for your help :-) > Regards > > -- > Maurizio Totti >