[Zope] RE: Zope Digest, Vol 35, Issue 3
Mark, Jonathan (Integic)
jonathan.mark at integic-hc.com
Tue Apr 3 12:31:00 EDT 2007
>>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
More information about the Zope
mailing list