[Zope] Zope+Apache config
Michel Pelletier
michel@digicool.com
Tue, 7 Sep 1999 16:51:58 -0400
> -----Original Message-----
> From: Tim Wilson [mailto:wilson@chemsun.chem.umn.edu]
> Sent: Tuesday, September 07, 1999 3:41 PM
> To: Zope Listserv
> Subject: [Zope] Zope+Apache config
>
>
> Hi everyone,
>
> I'm configuring Zope to work with Apache. A quick question:
>
> I compiled Zope 2.0 with
>
> # python w_pcgi.py
>
> Then I started up Zope by typing #./start -p '' &
> No problems. My site was available at http://foo.bar:8080/
>
-p '' *disables* PCGI.
-Michel