This is a discussion on Re: Can output filter return "page not found"? - modperl ; Marc M. Adkins wrote: > Can I not return Apache2::Const::NOT_FOUND from handler()? I've never used filters for this, but you can certainly return NOT_FOUND from a handler. Colin...
Marc M. Adkins wrote:
> Can I not return Apache2::Const::NOT_FOUND from handler()?
I've never used filters for this, but you can certainly return NOT_FOUND
from a handler.
Colin