Zope not sending images problem
Hi there, I've installed 2.7.8 on OS X Server and added some Zope product. The problem is that the web page works fine from localhost, but from remote hosts it fails to load some random images. HTML loads quickly and without any problems. What could be wrong? Sometimes some of the images load and sometimes not. Maybe I'm out of free memory or something? Thanks a lot, Aidas
Aidas Dailidė wrote:
I've installed 2.7.8 on OS X Server and added some Zope product. The problem is that the web page works fine from localhost, but from remote hosts it fails to load some random images. HTML loads quickly and without any problems. What could be wrong? Sometimes some of the images load and sometimes not.
What do you see in the event and Z2 logs? If you use Apache to front zope, what do you see in the apache error and access logs? What do you see if you view the html source of the pages which refer to the images that aren't showing up? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
=?ISO-8859-13?Q?Aidas_Dailid=EB?= wrote at 2006-6-26 14:33 +0300:
I've installed 2.7.8 on OS X Server and added some Zope product. The problem is that the web page works fine from localhost, but from remote hosts it fails to load some random images.
Browsers often have tight timeouts when they load additional page resources (much tighter as for the primary content). When the resource does not arrive in time, it may (in case of image resources) be shown as broken. To find out whether this is the problem, view such a broken resource in its own page ("view image" in the context menu). When the resource is then okay, you proabably have this problem. -- Dieter
participants (3)
-
Aidas Dailidė -
Chris Withers -
Dieter Maurer