Hi all, i am confused about $r->status(). When do i have to set this "manually" - if ever? I searched for documentations about this item, but i did not find a detailed explaination.
My problem is, what's the difference between sub handler { .. $r->status(404); return (?); } and sub handler { .. return (HTTP_NOT_FOUND); } [? means that i don't know what to return] Regards Helmut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]