Thanks much for the quick response. This solved the problem.

--- In [EMAIL PROTECTED], Randy Kobes <[EMAIL PROTECTED]> wrote:
> On Sun, 4 Jan 2004, crosebrugh wrote:
> 
> > Stumped newbie here. All of the Apache::ASP stuff I'm doing works
> > fine except for redirects. I've wittled down my test case to two
> > simple files. I've included:

[snip]

> This may be related to a change in how mod_perl 2 interprets
> the status codes, compared to mod_perl 1. Try adding, near
> the top of Apache::ASP,
>   use Apache::Const -compile => ':common';
> and then later on, at about line 157 in the handler sub,
> change the line setting $status to
>   my $status = Apache::OK;
> 
> -- 
> best regards,
> randy kobes
> 
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to