-----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
On Tue, 7 Sep 1999, Michel Pelletier wrote:
Then I started up Zope by typing #./start -p '' & No problems. My site was available at http://foo.bar:8080/
-p '' *disables* PCGI.
OK, that was stupid. I must have misread the info from ./start -h Now, when I do: # ./start -p '/home/httpd/cgi-bin/Zope.cgi' & I get the same behavior as before. Zope works find when I specify port 8080 in the URL, but http://www.foo.bar/atlas/ doesn't get sent to ZServer like it should. Perhaps I'm laboring under a misconception. That's the purpose of the Rewrite and Zope.cgi, right? Anything not specifically redirected to static Apache pages (e.g., Mailman pages, archives, etc.) should get passed on to Zope.cgi which should in turn have ZServer serve it up. Am I in error? -Tim -- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
participants (2)
-
Michel Pelletier -
Tim Wilson