>>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
_______________________________________________
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 )

Reply via email to