[Zope] zope and fastcgi support

kedai kdie@kedai.com.my
Mon, 1 Nov 1999 15:43:48 +0800


hi all
i've downloaded and installed mod_fastcgi for zope.  everything went ok if:
-----
FastCgiIpcDir /tmp
FastCgiExternalServer /home/httpd/html/z -host localhost:8999
 
<Location /z>
Options ExecCGI
SetHandler fastcgi-script
</location>   
----
is set in apache config.


Q: what should be done so that users can access zope with just www.mysite.com/, because with the above i need to go to www.mysite.com/z/    

tia