in reply to Re^2: perl filter for redirection
in thread perl filter for redirection

Problem seems related to
Apache2::Const::REDIRECT
If I replace it to
Apache2::Const::OK
I can set "Location", but redirection won't really work because response is 200 not 302. The same problem with
Apache2::Const::HTTP_TEMPORARY_REDIRECT
Nothing working except Apache2::Const::OK :(
Any input will be greatly appreciated.