RE: Zope Digest, Vol 35, Issue 3
I want zope to listen to two different ip-addrs on two different ports and I'm unsure of how to configure zope to behave correctly.
Is there a reason why you don't want to use something like a front-end apache with url rewriting?
A simple way to do that is to set up Zope to listen on one of the two IP:ports. On the other one set up an Apache webserver. In the httpd.conf file for the Apache webserver say: RewriteEngine on RewriteRule (.*)(\/any_trailing_cruft_you_might_wish_to_remove) http://your_Zope_server:your_zope_port/$1
I want zope to listen to two different ip-addrs on two different ports and I'm unsure of how to configure zope to behave correctly.
Is there a reason why you don't want to use something like a front-end apache with url rewriting?
A simple way to do that is to set up Zope to listen on one of the two IP:ports. On the other one set up an Apache webserver. In the httpd.conf file for the Apache webserver say: RewriteEngine on RewriteRule (.*)(\/any_trailing_cruft_you_might_wish_to_remove) http://your_Zope_server:your_zope_port/$1
participants (1)
-
Mark, Jonathan (Integic)