[Zope] trying to run ZServer with PCGI
vinod tipparaju
tipparaj@cis.ohio-state.edu
Mon, 18 Oct 1999 11:12:17 -0400
Hi
I was trying to run ZServer with pcgi ..
details first...
on : solaris 2.5
zope ver: 2.0.1
python ver: 1.5.2
intending to use zope with apache 1.3.6....
I used python z2.py -p .
the error I got is...
Traceback (innermost last):
File "z2.py", line 463, in ?
logger_object=lg)
File "/home/Zope-2.0.1-src/ZServer/PCGIServer.py", line 282, in
__init__
self.read_info(pcgi_file)
File "/home/Zope-2.0.1-src/ZServer/PCGIServer.py", line 319, in
read_info
k,v=string.split(line,'=',1)
ValueError: unpack list of wrong size
can u help me with what the reason for this error could be???
and I 've changed HTTP_PORT to some other number cause i was already
using 8080..it should'nt make a difference..should it
vinod.