[Zope] IIS - No pcgi info file given error

Steven Grimes Steven Grimes" <sgrimes@atinucleus.com
Tue, 22 Jan 2002 21:39:17 -0600


It sounds to me like you have an incorrect path to your pcgi executable.
Below is a copy of my zope.pcgi file that I have in my IIS/Scripts
directory. Also check to make sure that you have configured IIS to recognize
what to do with .pcgi files as discussed in this howto
http://www.zope.org/Members/brianh/iis_howto if you still get this error
after checking these you're above my knowledge.of this subject

#!C:\Program Files\ATIAnywhere\pcgi\win32\pcgi-wrapper.exe
#
# This PCGI info file was generated automatically by
# the Zope installer. See the file doc/WEBSERVER.txt
# for more information on setting up PCGI support.

PCGI_NAME=Anywhere
PCGI_PORT=8090
PCGI_MODULE_PATH=C:\Progra~1\ATIAnywhere\lib\python\Main.py
PCGI_PUBLISHER=C:\Progra~1\ATIAnywhere\pcgi\pcgi_publisher.py
PCGI_EXE=C:\Progra~1\ATIAnywhere\pcgi
PCGI_SOCKET_FILE=C:\Progra~1\ATIAnywhere\pcgi\pcgi.soc
PCGI_PID_FILE=C:\Progra~1\ATIAnywhere\pcgi\pcgi.pid
PCGI_ERROR_LOG=C:\Progra~1\ATIAnywhere\pcgi\pcgi.log
PCGI_DISPLAY_ERRORS=1
BOBO_REALM=Zope
BOBO_DEBUG_MODE=1
INSTANCE_HOME=C:\Progra~1\ATIAnywhere

Hope this helps,
Steven Grimes

----- Original Message -----
From: "Joshua Lanza" <jlanza@vorsite.com>
To: <zope@zope.org>
Sent: Tuesday, January 22, 2002 6:33 PM
Subject: [Zope] IIS - No pcgi info file given error


I'm trying to configure Zope and IIS to live together with PCGI. I found
a few posts on this and installed the pgci executable and zope.pcgi
config file in the IIS scripts directory. Then, I modified the registry
for my Zope install. I am getting the following error:

Temporarily Unavailable
The resource you requested is temporarily unavailable - please try again
later

The trace is

No pcgi info file given!
pcgi-wrapper-version 2.0a4

I can't find anything on this error. Any help appreciated (and I'll
document it),

Josh

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )