On Wed, 10 May 2000, Louis-David Mitterrand wrote:
>
> I am trying an internal_redirect from a POST with Mason and Apache just
> hangs:
>
> $r->method('GET');
> $r->method_number(M_GET);
> $r->headers_in->unset('Content-length');
> $r->internal_redirect_handler("/wronglogin.md");
> $m->abort(302);
>
> However when I try an internal_redirect from a GET it works but HTTP
> headers are sent twice (at least) and get printed in the HTML page.
>
> Any idea what's going on?
try attaching to the hanging process with gdb to see where it's hanging
(see SUPPORT doc for hints)