HI,
I have an occasional problem where safari will actually display http header info at the top of the web page. There is some extra stuff at the end as well.
Has anybody else seen this?
I can't find any obvious PHP errors in my site that would do this. I find it hard to believe this would be a bug in apache. Is this a safari thing?
It is intermittent, maybe 1 in 1000 pages served will do this. Not enough for me to discern any pattern. I've had a couple of people mention it to me but without specific enough info for me to do anything about it. I finally saw it myself.
Thanks
view page source actually shows this:
HTTP/1.1 200 OK
Date: Sun, 24 Oct 2004 04:51:49 GMT
Server: Apache/1.3.26 (Unix) PHP/4.3.5
X-Powered-By: PHP/4.3.5
Set-Cookie: PHPSESSID=7ed35de174e6f7d8428b67b30bcb69e2; expires=Tue, 01-Feb-2005 04:51:49 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private
Pragma: no-cache
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
d7c
<html>
<head>
etc....
</body>
</html>
0