RE: [Zope-dev] fastcgi mangles images
Except! the pages displayed on the browser are badly distorted. The effect is variable, but I get things like missing background tiles, blocks of black color, i.e. general weirdness.
The page looks fine when displayed through ZServer directly.
I've checked the HTML & text and what gets through is fine.
I use a jpeg as a background tile and some images here and there. If I take out all images from the document then the page looks fine through fastcgi. If I include just the background tile image from the fastcgi/ZServer, the whole page is displayed weirdly. ... I'm using a DEC UNIX machine (I don't have a problem on intel Linux). I wonder if there is a problem somewhere with how FCGIServer.py handles images (and possibly other blocks of binary data).
Perhaps. Can you send me more information about your exact configuration, including what web server you are using and how you have it set up? Thanks! -Amos -- Amos Latteier mailto:amos@digicool.com Digital Creations http://www.digicool.com
Amos - I got a similar problem with FastCGI and images. Accessign the management screen through FastCGI all object's mini-icons appeared as folders! It would happen randomly so I gave up on trying to debug it. Another weird thing I noticed, our Squishdot site does not render the images if accessed like: .../News but works ok if accessed like: .../News/index_html I am not providing much useful info but I thought I should mention it anyway. Usually I will try to debug it myself, but I do not have the time right now. Pavlos On Mon, 17 Jan 2000, Amos Latteier wrote:
Except! the pages displayed on the browser are badly distorted. The effect is variable, but I get things like missing background tiles, blocks of black color, i.e. general weirdness.
The page looks fine when displayed through ZServer directly.
I've checked the HTML & text and what gets through is fine.
I use a jpeg as a background tile and some images here and there. If I take out all images from the document then the page looks fine through fastcgi. If I include just the background tile image from the fastcgi/ZServer, the whole page is displayed weirdly. ... I'm using a DEC UNIX machine (I don't have a problem on intel Linux). I wonder if there is a problem somewhere with how FCGIServer.py handles images (and possibly other blocks of binary data).
Perhaps.
Can you send me more information about your exact configuration, including what web server you are using and how you have it set up?
Thanks!
-Amos
-- Amos Latteier mailto:amos@digicool.com Digital Creations http://www.digicool.com
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
I got a similar problem with FastCGI and images. Accessign the management screen through FastCGI all object's mini-icons appeared as folders! It would happen randomly so I gave up on trying to debug it.
I have seen this 3-4 times using ZServer and too. No idea why. /Magnus Heino
participants (3)
-
Amos Latteier -
Magnus Heino -
Pavlos Christoforou