That fixes it! Thanks!!

I'm using ap_hook_post_read_request and sandwiching it between
modsetenvif and another custom module with APR_HOOK_FIRST

On Wed, Jul 11, 2012 at 6:07 PM, Nick Kew <n...@webthing.com> wrote:
>
> On 12 Jul 2012, at 00:51, Andrew wrote:
>
>> Hi All,
>>
>> I'm seeing some unusual behavior with my module when using internal
>> redirects. When I redirect, e.g.
>>
>> ap_internal_redirect(url, r);
>> return OK;
>
> Are you doing that from somewhere early in the request processing cycle?
>
> What happens if you return DONE in place of OK?
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to