> Have you tried _something_ like (mod_perl2 BTW):
> 
> $r->headers_out->add('Status' => "200 ok"); ?
> 
> 
> Thanks
>     Robin...
> 

You're replying to the wrong person really. However, mod_perl2 gives you
an interface for setting the status directly, instead of adding it to
the headers (I don't know if there are any checks to avoid getting two
status lines in the headers).

As I mentioned in a previous post, to set the status in mod_perl, you do:

$r->status(xxx);

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to