Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-04 Thread Michael Spencer
Jorey Bump wrote: > ... Is there a NotSoSimpleHTTPServer? ... Steve Holden wrote: > ... You want ExtremelyBloodyComplicatedHTTPServer :-) Lee Harr wrote: ... I think I would point to twisted for that. Michael :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-03 Thread Lee Harr
> 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.

Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-03 Thread Steve Holden
Jorey Bump wrote: "Michele Simionato" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: Just submitted a recipe with this goal in mind: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/365606 You may want to warn people that if they run those commands in their home directory, they wi

Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-03 Thread Irmen de Jong
Jorey Bump wrote: 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? Give Snakelets a try (snakelets.sf.net). I

Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-03 Thread Jorey Bump
"Michele Simionato" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Just submitted a recipe with this goal in mind: > > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/365606 You may want to warn people that if they run those commands in their home directory, they will instantly

Re: Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-03 Thread Thomas Guettler
Am Wed, 02 Feb 2005 22:37:34 -0800 schrieb Michele Simionato: > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/365606 >The standard library modules SimpleHTTPServer and CGIHTTPServer are >extremely >useful, but the documentation hides their virtues. I hope to improve the >situation with t

Popularizing SimpleHTTPServer and CGIHTTPServer

2005-02-02 Thread Michele Simionato
Just submitted a recipe with this goal in mind: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/365606 Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list