Are you using apache as a proxy? Is rocket serving the images behind a proxy?
On Apr 23, 10:47 pm, Bruno Rocha <rochacbr...@gmail.com> wrote: > I have similar problem with Apache + Nginx running on webfaction, I did not > figure out how to make apache serve images, I already did everything on > apache config. > > I have the same problem on CursoDePython.com.br, NatalAnimal.com.br and > SerafimNatural.com.br (which has a photoGallery). Sometimes images dont load > completely, and sometimes it gets too much time to load or is rasterized > during the load process. > > I also tried to configure another apache instance witha different domain to > act as a CDN just to load /static folder, but the problem remains, I think > it is a problem on chunck stream mechanism. > > > > > > > > On Sat, Apr 23, 2011 at 11:28 PM, Philip <philipct...@gmail.com> wrote: > > I'm building a photo gallery site and my images are only partially > > loading. Currently I'm just running it from my computer, and if I > > view the site from there the images load fine, but if I use another > > computer they only load partially. Usually they load the first 128kB > > and then stop, although I have seen some of them load a bit more than > > that. > > > I was able to produce the same effect by resizing > > "online_book_cover.jpg," in the included Examples project, so that it > > was larger than 128kB. Then examples/static/img/online_book_cover.jpg > > only loaded the first 128kB from another computer. > > > I'm running Mac OS 10.6.7 with web2py 1.94.6, using the built-in > > server. > > > Is there some configuration option for Rocket or web2py that I'm > > overlooking? Can anyone else reproduce this issue?