[Zope] Problem with Zope 2.0.0b1 and Apache

JOHN COOK johncook@interport.net
Sun, 1 Aug 1999 11:35:15 -0400 (EDT)


Hi,

I have been able to get Zope running with ZServer fine, but I would prefer
to run it using Apache, as I am already hosting other sites with Apache on
the same box.  I get an "Internal Server Error" and when I look in the
pcgi.log file, I get the following statement:

Sun Aug  1 06:56:28 1999  unable to publish module
  Traceback (innermost last):
  File "/usr/local/zope/pcgi/pcgi_publisher.py", line 303, in handler

self.publish_module(self.moduleName,stdin=stdin,stdout=stdout,stderr=stderr,environ=env)
  File "/usr/local/zope/lib/python/ZPublisher/Publish.py", line 265, in
publish_module
    response.exception(1, v)
  File "/usr/local/zope/lib/python/ZPublisher/HTTPResponse.py", line 600,
in exception
    if isinstance(b,Exception): b=str(b)
TypeError: second argument must be a class

Any help would be greatly appreciated.

John