2008/9/19 Torsten Foertsch <[EMAIL PROTECTED]>

> On Fri 19 Sep 2008, titetluc titetluc wrote:
> > > Does your mod_perl one return Apache2::Const::REDIRECT at the end?
> >
> > No, the module returns Apache2::Const::MOVED_TEMPORARILY, setting the
> > Location header by using $r->err_headers_out
>
> $ perl -MApache2::Const=REDIRECT,HTTP_MOVED_TEMPORARILY -le 'print
> REDIRECT; print HTTP_MOVED_TEMPORARILY'
> 302
> 302
>
> Guess what that means.


That means REDIRECT and HTTP_MOVED_TEMPORARILY are synonyms, but that does
not explain the Apache2::SubRequest::run and $subr->status returned values
!!!! ;-)


>
> Torsten
>
> --
> Need professional mod_perl support?
> Just hire me: [EMAIL PROTECTED]
>

Reply via email to