web server options

Adam Sampson azz at gnu.org
Mon Dec 30 13:43:50 EST 2002


Paul Rubin <phr-n2002b at NOSPAMnightsong.com> writes:

> If you mean you want to run two separate servers on the same port on
> the same IP address, sorry, you can't do that.

No, but if you really want to, you can fake it using Apache, virtual
hosts and mod_proxy passthrough. (You could set up Apache to pass
requests for www.foo.com through to Zope running on a different port,
but serve www.bar.com itself, for instance.)

-- 
Adam Sampson <azz at gnu.org>                  <URL:http://azz.us-lot.org/>



More information about the Python-list mailing list