[Zope] the 'switchyard' of zope
Richard Barrett
R.Barrett@ftel.co.uk
Fri, 15 Mar 2002 10:31:35 +0000
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.