On Thu, 12 Jul 2001, Eric Cholet wrote:

> Where is $r->internal_redirect defined? I must be blind but
> I can't seem to find it. I'm trying to debug a reproducible
> seg fault I'm getting when calling that method, which I wasn't
> getting with mod_perl 1.24.

in ./src/modules/perl/Apache.xs

#functions from http_request.c
void
internal_redirect_handler(r, location)
    Apache      r
    char *      location

    ALIAS:
    Apache::internal_redirect = 1
...

it's aliased to internal_redirect_handler


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



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

Reply via email to