> Does anyone know how to use SimpleHTTPServer to: > > 1. Support virtual hosts? > > 2. Support SSL? > > I'd like to use SimpleHTTPServer to create some simple reporting utilities, > but can't get past these two points. Is there a NotSoSimpleHTTPServer?
I think I would point to twisted for that. It is another dependency, but it has all you will ever need and more. -- http://mail.python.org/mailman/listinfo/python-list