[Zope] Zope / Apache conflict
Farrell, Troy
troy.farrell@wcg.com
Thu, 20 Sep 2001 11:55:49 -0500
I generally will use the -X option to disable all servers that I do not
_explicitly_ enable.
Something like
-X -P Zope.cgi -f 8021
Disables all servers, uses Zope.cgi for PCGI through apache and port 8021
for FTP.
Troy
> -----Original Message-----
> From: Dieter Maurer [mailto:dieter@handshake.de]
> Sent: Saturday, September 15, 2001 3:09 PM
> To: Michael
> Cc: zope@zope.org
> Subject: Re: [Zope] Zope / Apache conflict
>
>
> Michael writes:
> > We are trying to install Zope on a server that is running
> Apache on port 80
> > and Apache-SSL on 8080. We set Zope to run on 8088, but
> as long as the 8080
> > port is in use by SSL, Zope just hangs. If we stop port
> 8080, it works fine.
> > Any suggestions?
> Are you sure, your Zope runs on 8088?
>
> Activate Zope's logging (STUPID_LOG_FILE=<log-File>) and
> look into the log file after start.
>
> We run several Zope's on different ports without problem.