15 Mar
2002
15 Mar
'02
7:54 a.m.
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?
I think you must elaborate a bit. Or use standard terminology. Perhaps an answer is: Zopes runs it's own webserver. Sometimes it runs on port 80 and needs no other webserver. You could also run it at port ie. 8080 and do a proxy pass from Apache. regards Max M