Ken - 

        I was trying to figure out (via the archives and docs) why
Apache::Filter was dumping $r->send_http_header after releasing STDOUT back
to Apache?

I'm asking because I'm seeing double headers in the following scenario (both
with PerlSendHeaders Off)
Filter A - runs ok
Filter B - dies
result: 500 header (as text) + 500 ErrorDocument

without $r->send_http_header
Filter A - runs ok
Filter B - dies
result: just 500 ErrorDocument

does mod_perl automatically send headers for PerlHandler routines?  I know
when to use it with Registry stuff, but as I move to handlers for lots of
stuff I see that PerlHandlers seem ok without it.

Does it need to be in Apache::Filter?

--Geoff

Reply via email to