10 Apr
2002
10 Apr
'02
11:30 p.m.
rickp@telocity.com wrote:
FastCgiExternalServer /var/www/swim \ [...]
When I change the line that runs z2.py to
/usr/sbin/zope-z2 -X -F 9673 $@
then http://localhost/swim gives me the Zope Welcome page and not the page I created in the root folder.
That's right: with fastcgi you always get to the root of zope (the apache directory "swim" is mapped to the root of zope). Try http://localhost/swim/swim Probably you need to use the proxypass directive in apache and virtual host monster in zope, but I don't use them and don't know how to use them. Check the archives of the list and zope home page. Bye -- Luca Olivetti