I seem to have a strange problem here with Netscape displaying the error
'Document contains no data' when I do $Response->Redirect($location). 

I'm using Apache 1.3.19, mod_perl 1.25, Apache::ASP v2.09, but I don't think
it's in Apache::ASP, as the redirect code in there looks pretty much the
same as what is recommended in the guide. We have a front-end proxy
configuration that also has mod_proxy_add_forward installed, but that was
only added recently and I've been trying to track this problem down for a
little while.

Looking at the logs, both the frontend and backend servers are logging a
status code of '302', with '0' bytes transferred - just like I would expect
it to. If I go directly to the backend server, it makes no difference,
either. It also doesn't seem to make any difference if I buffer output or
not. All of this, of course, works just fine in IE. 

I've got a work-around (ugly) by putting <META HTTP-EQUIV="refresh"
CONTENT="0 ;URL=$location"> but I'd really like to get rid of that. 

Anybody have any ideas?

Daniel.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Daniel Little              Metrex Systems Inc.        [EMAIL PROTECTED]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Reply via email to