[Zope] serving one site off of zope and one off of apache
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Tue, 11 Dec 2001 12:05:38 +0300
On Mon, Dec 10, 2001 at 05:50:22PM -0500, Jacob Singh wrote:
> I have 2 domains, currently they are set up via Apache virtual hosts.
> Any requests to domain:8080 go to zope. I want to set it up so that
> domain1.com goes to apache and domain2.com goes to domain2.com:8080. Any
> ideas?!?
One of the following paths:
mod_proxy
mod_pcgi2
mod_fastcgi
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.