Re: Adding / Modifing Response Headers on mp2

2003-04-03 Thread Nick Tonkin
On Thu, 3 Apr 2003, Denis Banovic wrote: Hi! I'm trying to figure out, how to Add / Modify the HTTP Headers like Content Type, Cache aso... on mod_perl 1 I've used: $r-send_cgi_header($custom_headers); but this won't work mod_perl 2... I've searched in Apache::compat all I've found

Adding / Modifing Response Headers on mp2

2003-04-02 Thread Denis Banovic
Hi! I'm trying to figure out, how to Add / Modify the HTTP Headers like Content Type, Cache aso... on mod_perl 1 I've used: $r-send_cgi_header($custom_headers); but this won't work mod_perl 2... I've searched in Apache::compat all I've found was the function header_out that internally calls