15 Mar
2002
15 Mar
'02
10:31 a.m.
At 16:09 14/03/2002 -0800, Dennis Gearon wrote:
How does zope get all the requests vectored through it to do the content management?
1/ 'mod_rewrite'? 2/ a special module linked into apache? 3/ an *.exe that is put into the cgi-bin directory and somehow gets all requests?
Zope is not Apache although it can be used in conjunction with it. Zope is a web server designed such that it can dynamically construct all web pages it delivers. If you want to understand it you would be well advised to download it from www.zope.org and try a test installation. That and/or looking at one of the books about Zope will give you a better understanding of what Zope is.