Re: Apache::Filter headers

2000-04-04 Thread Doug MacEachern
> 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. no, mod_perl will only send headers (by calling ap_send_http_header) if you have PerlSendHea

Apache::Filter headers

2000-04-03 Thread Geoffrey Young
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 - di