Hi, I'm trying to run zope behind the Personal Web Server of a Windows NT4.0 PC, just as a test. I didn't had problems with this a year or so ago, but now I'm experiencing problems, and I'm out of possible problems ideas. I did the extension mapping through the registry. When I try to access the page localhost/cgi-bin/zope.pcgi I get the message (Temporary not available) In the html source, I find the message : <!-- Error parsing pcgi info file pcgi-wrapper-version 2.0a4 --> When I run the parseinfo file, I get a list, unfortunately, I don't know how to interprete it. The only error message I get is : r->displayErrors 1 (the rest of messages look ok) What am I doing wrong? Or how can I find the parsing error? ps. I see that there is no pcgi.soc file in my var directory? Is this normal, ie may I assume that with a proper functioning this soc file is created? Thanks in advance, Tom.
On Fri, Oct 26, 2001 at 12:56:10AM +0200, Tom Deprez wrote:
I get the message (Temporary not available) In the html source, I find the message :
<!-- Error parsing pcgi info file pcgi-wrapper-version 2.0a4 -->
When I run the parseinfo file, I get a list, unfortunately, I don't know how to interprete it. The only error message I get is : r->displayErrors 1 (the rest of messages look ok)
What am I doing wrong? Or how can I find the parsing error?
Possible UNIX-vs-Windows line ending problem in the Zope.pcgi?
ps. I see that there is no pcgi.soc file in my var directory? Is this normal, ie may I assume that with a proper functioning this soc file is created?
The socket is created by Zope... at least on UNIX, don't know about Win. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Oleg Broytmann wrote:
On Fri, Oct 26, 2001 at 12:56:10AM +0200, Tom Deprez wrote:
I get the message (Temporary not available) In the html source, I find the message :
<!-- Error parsing pcgi info file pcgi-wrapper-version 2.0a4 -->
When I run the parseinfo file, I get a list, unfortunately, I don't know how to interprete it. The only error message I get is : r->displayErrors 1 (the rest of messages look ok)
What am I doing wrong? Or how can I find the parsing error?
Possible UNIX-vs-Windows line ending problem in the Zope.pcgi?
ps. I see that there is no pcgi.soc file in my var directory? Is this normal, ie may I assume that with a proper functioning this soc file is created?
The socket is created by Zope... at least on UNIX, don't know about Win.
IIRC Windows has no domain sockets and thus pcgi needs to be run over IP socket (if it can even be run there) ------ Hannu
On Fri, Oct 26, 2001 at 10:21:19AM +0200, Hannu Krosing wrote:
ps. I see that there is no pcgi.soc file in my var directory? Is this normal, ie may I assume that with a proper functioning this soc file is created?
The socket is created by Zope... at least on UNIX, don't know about Win.
IIRC Windows has no domain sockets and thus pcgi needs to be run over IP socket (if it can even be run there)
Yes, exactly. I remember I saw the code in pcgi_wrapper.c (what I was converting it to mod_pcgi2 :) Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
I get the message (Temporary not available) In the html source, I find the message :
<!-- Error parsing pcgi info file pcgi-wrapper-version 2.0a4 -->
When I run the parseinfo file, I get a list, unfortunately, I don't know how to interprete it. The only error message I get is : r->displayErrors 1 (the rest of messages look ok)
What am I doing wrong? Or how can I find the parsing error?
Possible UNIX-vs-Windows line ending problem in the Zope.pcgi? Mmm, no, I thought on this also, nothing different... Oleg.
f** I finally found the problem... It all started to realise when I made a completely new zope installation... At that moment I just tried to put the Zope.pcgi into another directory (eg scripts) of the web publisher... and it worked... so I looked back at the cgi-bin information and there I found the error... So, now I managed to access zope through pcgi... only problem I have is the authentication... I now what the problem is, I know how to solve it with IIS.... the problem is that I don't know how to fix it in PWS... I can't find the tool/place to change the authentication... Tom. ----- Original Message ----- From: "Tom Deprez" <tom.deprez@village.uunet.be> To: <zope@zope.org> Sent: Friday, October 26, 2001 12:56 AM Subject: [Zope] pcgi
Hi,
I'm trying to run zope behind the Personal Web Server of a Windows NT4.0 PC, just as a test. I didn't had problems with this a year or so ago, but now I'm experiencing problems, and I'm out of possible problems ideas. I did the extension mapping through the registry.
When I try to access the page localhost/cgi-bin/zope.pcgi
I get the message (Temporary not available) In the html source, I find the message :
<!-- Error parsing pcgi info file pcgi-wrapper-version 2.0a4 -->
When I run the parseinfo file, I get a list, unfortunately, I don't know how to interprete it. The only error message I get is : r->displayErrors 1 (the rest of messages look ok)
What am I doing wrong? Or how can I find the parsing error?
ps. I see that there is no pcgi.soc file in my var directory? Is this normal, ie may I assume that with a proper functioning this soc file is created?
Thanks in advance, Tom.
_______________________________________________ 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 )
participants (4)
-
Hannu Krosing -
Oleg Broytmann -
Tom Deprez -
Tom Deprez