30 Oct
2003
30 Oct
'03
5:38 p.m.
Real, real dumb question here. Is it possible to have a single computer on the net run both zserver and some other server like Apache?
There might be cases in which somebody has some legacy web site which is basically just html and forms, and wants to add some feature which works via Zope. If he could have both servers, he could just link to the Zope feature.
The most common practice is running zope with apache in front - that way you can keep your static content on apache, and just reverse proxy zope content. The Zope Book has a chapter specifically on this subject: http://zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.stx HTH, -- Mitch