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.

Torsten

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

Reply via email to