Re: internal_redirect & ModPerlRegistry

2007-03-26 Thread Anthony Gardner
Answering my own question . yes, it can only be called from content handlers. But any advice on how I can achielve the same result from with cgi scrupts would be great. Thank you. Anthony Gardner <[EMAIL PROTECTED]> wrote: Can I only use internal_redirect in handlers or is it possible

internal_redirect & ModPerlRegistry

2007-03-26 Thread Anthony Gardner
Can I only use internal_redirect in handlers or is it possible to use it within a cgi script calling another cgi script? All the docs I've seen have used handlers . I want to do something different ;) As you know, OK has to be returned immediatly after the internal_redirect so that's te