[Zope] Is it possible to use regular CGI's like htDig with zserver?

2001-01-29 Thread Chris Beaumont

I've been fooling around with htDig as a method of searching both my
dynamic pages and older static pages, on two different sites, and it
works great, since it's a 'spidering' search engine But since it is
running on the same machine as my Zope install, while experimenting with
it, I've had to run it on port 81, using a dedicated instance of Apache.
I realize that the "right" way to do this would be to run Zope as a CGI
and use Apache as the server, but since the performance of zserver has
been quite good I wanted to ask this. I know that Zope can serve pages
put of the filesystem. (i.e. act as a standard web server in some ways) 
Can it also avail itself of the services of Apache-compatible CGIs,
notably htDig? 

And if so, how would I set that up?


Thank you!

Chris Beaumont
[EMAIL PROTECTED]

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Is it possible to use regular CGI's like htDig with zserver?

2001-01-29 Thread Chris Withers

 And if so, how would I set that up?

-Use Apache as your main server.
-Use mod_proxy(?) to proxypass Zope requests through to ZServer.
-install htdig as a normal CGI under Apache

cheers,

Chris


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )