I just installed the Zope program on a win2k
server, with Apache Web server. I used PCGI for passing authentication
information to Zope, via Apache. However, Zope will not accept my admin username
and password. Here are the steps I have followed:
1) Zope install as a win2k
Service
2) In Apache conf file, ScriptAlias the Zope
directory (where zope.cgi is).
3) Rename Zope.cgi to Zope.pcgi (Assigning
read-execute permissions)
4) gp to the Registry, and transform:
\Services\Zope\parameters\start "D:\..\python.exe"
"D:\...\zope\z2.py" -S
into
"D:\..\python.exe" "D:\...\zope\z2.py" -S -p
"D:\...\zope\zope.pcgi"
Have I missed something here???? Any help would be
appreciated..
Manos