[Zope] Windows vs. Linux
Passin,Thomas B. (Tom)
tpassin@mitretek.org
Wed, 11 Sep 2002 08:54:52 -0400
[G. Edw. Learned]
>=20
> Are there any good solutions yet for running Zope behind IIS, or do I=20
> need to look at apache to avoid single thread problems. I'm working=20
> on convincing my company to implement a zope solution, but we are a=20
> strong IIS shop.
>=20
You can set IIS to redirect requests to a particular virtual directory
to Zope. That is easy. I have Zope running on port 8080, and you can
hit IIS on port 80, and really be talking to Zope on 8080.
Cheers,
Tom P