On Mon, 25 Sep 2000, B. Burke wrote:
 
> I've been able to basically remove the response headers by removing the
> functionality
> of ap_sen_header_field() before compiling Apache, but it would be nice to

you don't have to remove anything, just don't call $r->send_http_header
and make sure PerlSendHeader is configured to Off, then Apache will not
send any headers.

Reply via email to