"Jeffrey W. Baker" wrote:
> sub handler {
>     my $r = shift;
>     $r->status(503);
>     $r->send_http_header;
> 
>     return OK; #or return SERVER_ERROR; depends on how want to do it.
> }

Wow, pretty simple, in fact, thx a lot ! :-)

Cheers.
-- 
Helios     de     Creisquer
mail:     [EMAIL PROTECTED]

Reply via email to