Daniel Little wrote:
> 
> 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.
> 

Maybe the URL being redirected to is getting mangled by
ProxyPassReverse.  I would see what headers are coming out
of your web page, my favorite for this is lwp-request ...

  lwp-request -ed http://yoursite/yourpage.asp

Maybe you can see the Location: header output and go from there?

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to