[Twisted-Python] twisted.web question

Moshe Zadka twisted at moshez.org
Thu Oct 17 01:24:40 EDT 2002


On 16 Oct 2002, Gil Hauer <gilh at 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).  




More information about the Twisted-Python mailing list