[Zope] zope and fastcgi support

Teodor Cimpoesu teo@digiro.net
Mon, 01 Nov 1999 21:53:05 +0200


kedai wrote:
> 
> 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/
a rewrite rule shall work but I dunno if you need that overhead, like
RewriteEngine on
RewriteLogLevel 0
RewriteCond %{REQUEST_URI} !^/z/.*
RewriteRule ^/(.*) /z/$1 [L]
or somethin


-- 
CIMPOESU Teodor, Web Programmer

@ DIGICOM S.A. Bucharest, Romania
@ Internet, site development
@ teo@digiro.net,+(401)-330.47.28

official home page ~ http://www.digiro.net/
Internet  web page ~ http://internet.digiro.net/