[Zope] Using ZServer with Apache

Amos Latteier amos@aracnet.com
Thu, 17 Jun 1999 09:33:35 -0700


At 11:37 PM 6/16/99 -0400, Jim Cain wrote:
>I have a Zope.cgi with INSTANCE_NAME that points to where I keep my
>database, but when I run ZServer with the following:
>
>python z2.py -p /home/httpd/cgi-bin/at/Zope.cgi -2 -w ""
>
>it's still referring to the var directory at the Zope installation instead
>of the one at INSTANCE_NAME. How do I get this to work?

I think you need to use INSTANCE_HOME not INSTANCE_NAME.

-Amos

P.S. your ZServer command line options look good.