Hi list, is there a howto / readme on building Zope 2.6.1 with Python 2.1.3 on Windows? The WinBuilders package on cvs.zope.org only covers Python 2.2+ Thanks, peter.
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.
Yes, this is a configuration many Zope users use. There are HowTo docs on the www.zope.org site. On 30 Oct 2003, Ted Holden wrote:
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.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
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
On Thu, Oct 30, 2003 at 02:03:14PM -0500, Ted Holden wrote: | 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? Yes. BUT you can't have both listening on port 80. The apache-proxies-to-zope set up (already mentioned by others) is a typical solution to that. (just thought I'd spell that out) -D -- A)bort, R)etry, D)o it right this time www: http://dman13.dyndns.org/~dman/ jabber: dman@dman13.dyndns.org
participants (5)
-
Dennis Allison -
Derrick 'dman' Hudson -
Mitch Pirtle -
Peter Sabaini -
Ted Holden