I will upgrading to Linux Debian 6.0 "Squeeze"
on the server soon and I want to know how I can use Python as a web-server on many ports dedicated for different things..
Ports Directory Description
80, 443 /var/www/sitegen/ Take all domains and generate a site from the SQL DB
444, 1000-3000 /var/www/manager/ Take 444 as a PHP server manager and the rest to be forwarded to serial hardware.
8000-9000 The VMs DIR Forward the port to port 80 (or 443 by settings) on the VMs.
This Means that the port 443 could be used for many sites (powered by the same code just diffrent in the SQL DB)