Re: garbled browser display

2001-02-16 Thread Todd Finney

At 05:21 AM 2/16/01, G.W. Haywood wrote:
>On Fri, 16 Feb 2001, Todd Finney wrote:
>
> > I've noticed some strange behavior that I think is 
> being
> > caused somewhere in my handler sequence.
>
>Have you looked at the HTTP headers?

Yes, nothing at all fishy.  I think I may have corrected 
things, although I haven't been testing long enough to tell 
for sure.

I tracked things down to a PerlHeaderParserHandler that I'm 
using to manage sessions.  Under some conditions, it wasn't 
returning a return code.  I fixed that, and the problem 
appears to have gone away.

I say 'appears' because I can't definitively say I've fixed 
a problem that I don't even understand.

thanks, Ged!

cheers,
Todd





Re: garbled browser display

2001-02-16 Thread G.W. Haywood

Hi there,

On Fri, 16 Feb 2001, Todd Finney wrote:

> I've noticed some strange behavior that I think is being 
> caused somewhere in my handler sequence.

Have you looked at the HTTP headers?

73,
Ged.




garbled browser display

2001-02-16 Thread Todd Finney

I've noticed some strange behavior that I think is being 
caused somewhere in my handler sequence.  I have a series 
of handlers running under a virtual host on Apache 1.3.9, 
mod_perl 1.21 (maybe 1.22), RH 6.0.

What's happening is the pages are downloading and 
displaying as usual, until the last image is 
completed.   The, broken images, repeated page text, and 
multiple copies of the images fill the screen.

It's a little hard to describe, so here's a screen 
shot.  This is just an example, sometimes the same page is 
hosed in different ways after a reload.  The basic theme is 
always the same, though: repeats of the text and graphics, 
trailing down the page.

http://www.boygenius.com/images/screenshot.jpg

I'm seeing this under two different versions each of 
Netscape and IE on two different machines, so I think it's 
a server problem.   I'm not seeing it on any of the other 
virtual hosts on the same machine that are not using these 
handlers.  The logs show nothing helpful.

The handlers are only running on phtml files, not 
images.  The page source looks normal, and displays 
correctly when saved and viewed locally.  The images are 
the same way.

I know that's not a lot of detail - I'm sparing it just in 
case this is an easy one.  I checked around, and I can't 
seem to find anything on the subject.

thanks,
Todd