
Oct. 16, 2002
10:24 p.m.
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).