1 Mar
2000
1 Mar
'00
5:08 p.m.
I want to be able to have Zope listen to a specific network interface, i.e. - a virtual IP address that has been created on the server. This will allow me to have multiple Zope sites running on the same machine. How can this be accomplished? Any/all suggestions are greatly appreciated.
You could run Zopes behind an Apache server and connect via ProxyPass or FastCGI. This would even allow virtual servers on one IP address. Regards, Frank