web server options
Adam Sampson
azz at gnu.org
Mon Dec 30 13:43:50 EST 2002
More information about the Python-list mailing list
Mon Dec 30 13:43:50 EST 2002
- Previous message (by thread): What's next?
- Next message (by thread): web server options
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/>
- Previous message (by thread): What's next?
- Next message (by thread): web server options
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list