RE: [Zope] Newbie, pcgi, question
Hi all, I'm trying to setup zope as pcgi on iis.
If I hit http://localhost:8080/image.gif I receive the image image.gif that is on my zope site root. But if I hit http://localhost/scripts/zope.pcgi/image.gif I receive a bad request. This is because when I hit http://localhost/scripts/zope.pcgi I get my homepage without images. Even http://localhost/scripts/zope.pcgi/ gives me a bad request. I believe maybe I just dont no how to use pcgi or the logic of it. Can anyone help me? Thanks a lot, JĂșlio
I suspect that this has to do with a bug in the win32 pcgi-wrapper, which currently doesn't set stdout to binary mode. There is a fixed version in the soon-to-be-released 2.1.0 b1 release, but if you want to try it out and let me know how it works for you I'll email it to you privately (its ~66k). Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd