[Zope] Zope Newbie Needs Install Help
Michel Pelletier
michel@digicool.com
Wed, 1 Sep 1999 10:32:08 -0400
> -----Original Message-----
> From: John Turner [mailto:jturner@johnturner.com]
> Sent: Wednesday, September 01, 1999 9:10 AM
> To: Martijn Pieters
> Cc: zope@zope.org
> Subject: Re: [Zope] Zope Newbie Needs Install Help
>
>
> - I've tried Zope with Apache on linux, but had problems with the
> mod_rewrite changes (the more complex apache config issues
> are not my best
> point). So I tried the ZServer on linux...nothing on port 8080.
>
Nothing is a surprising result. No traceback? Nothing in the log?
When you run (in the top level Zope dir):
python1.5.2 z2.py -D
It will either start up and tell you right away or it will raise and
error and print a traceback, which we would like to see.
-Michel