clintonm9 has asked for the wisdom of the Perl Monks concerning the following question:
I have also tried with no luck:my($r) = shift; $r->status_line("401");
&return Apache2::Const::HTTP_UNAUTHORIZED;
Do i have to write my own handle to send back different error status?return Apache2::Status::HTTP_UNAUTHORIZED;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl and http status codes
by jdrago999 (Pilgrim) on Mar 04, 2010 at 23:44 UTC | |
by clintonm9 (Sexton) on Mar 05, 2010 at 15:01 UTC |