
Hi again, Can you send me a pointer to some documentation that describes how to set up virtual host functionality? Thanks, Gil On Thu, 2002-10-17 at 01:24, Moshe Zadka wrote:
On 16 Oct 2002, Gil Hauer <gilh@sympatico.ca> wrote:
I'd like one server to be able to host several web sites, hence:
Is it possible to use Twisted.web with virtual host functionality such as that provided by Apache?
Is it ever! You can decide to go with one big process for all of them, a front server and a seperate server for each virtual host (for example, for permission reasons), and you can even mix-and-math between Apache and Twisted (for example, put Apache in the front and have Twisted handle some subset of the virtual host).
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python