>     $r->err_headers_out->{'Pragma'} = "no-cache";

use

  $r->err_headers_out->set(Pragma => 'no-cache');

HTH

--Geoff

Reply via email to