Popularizing SimpleHTTPServer and CGIHTTPServer

Lee Harr lee at example.com
Thu Feb 3 17:57:52 EST 2005


> 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.




More information about the Python-list mailing list