----- Original Message ----- From: "Stas Bekman" <[EMAIL PROTECTED]> > Issac Goldstand wrote: > > Not sure how to translate that to mod_perl's API (the first half is easy and > > understandable in C, I think, though...) > > It works exactly the same, just add $ before 'f' :) Though you don't say > where in the filter chain do you insert it and how do you configure it > (i.e. what filter type).
Oops. It's an output filter hooked at the resource hook area. It works properly with both static files and with mod_proxy (I'm assuming also with any other content handlers). I *really* don't like the way I just sorta hacked the response (it would be kinda neat if I could trigger Apache to regenerate $r->Status_line properly on its own), but whatever... Issac