My problem is that lured by the simplicity of getting pcgi to work on linux/apache I have promised to port my web app to IIS.
I remember that there used to be several references for getting PCGI to work on IIS, but I can't find any of them now ;(
and the included readme points to http://starship.skyport.net/crew/jbauer/persistcgi/ which is also not very helpful for IIS newbie like me (I have no idea how to make IIS execute the info file using pcgi_wrapper.exe, which I guess is the thing I should do)
Hannu, Amos got pcgi-wrapper.exe successfully working with IIS back in August. I'll let him provide the details, then I'll add them to the pcgi docs. ;-) I think one of the things he did was create a file association, .pcgi extensions to pcgi-wrapper.exe. The pcgifile.py sanity tester should work (works with Win32/Apache) and the pcgitime.py is a good starter example to get pcgi working on NT. Keep in mind that process creation is more expensive on NT vs. Unix. So although it should work for you, it may not sustain heavy loads. Don't tell us you're surprised <wink>. Best regards, Jeff Bauer Rubicon, Inc.
Jeff Bauer wrote:
Amos got pcgi-wrapper.exe successfully working with IIS back in August. I'll let him provide the details, then I'll add them to the pcgi docs. ;-)
Now it seems that these docs may be sufficient for getting it to run, as I get same results on both Apache and IIS After installing Apache 1.3.3 to port 81 and testing my pcgi conf file and editing some of my .py files I have progressed to "No error" (does it refer to Dr. No ?) : (102) failure during connect <!-- No error pcgi-wrapper-version 2.0a4 --> Now my next question is, how could I get some more debugging info out of my setup. Or is my question too Bobo specific and all this is alredy very intuitive in Zope ;) -------------------- Hannu
participants (2)
-
Hannu Krosing -
Jeff Bauer