18 Feb
2002
18 Feb
'02
3:20 p.m.
On Mon, Feb 18, 2002 at 01:57:01PM +0100, Reinoud van Leeuwen wrote:
On Sun, Feb 17, 2002 at 11:19:47PM +0100, Reinoud van Leeuwen wrote:
Hi,
I am trying to set up Zope behind apache with PCGI. Apache runs, Zope runs and they talk to each other over a unix socket.
The strange thing is that when I try to connect to the root directory of my zope site (www.mydomain.com) I get a Apache directory listing. Thus it seems like Zope is not running. However, when I use the URL www.mydomain.com/manage I get the login promt and the management screens.
Has anyone ever seen something like this before (and solved it?)
I used the following work-around in the virtualserver part of the apache conf: RewriteEngine On RewriteRule ^/$ /index_html