> 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 PerlSendHeader On.


Reply via email to