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 will instantly share all of their data with anyone that can access the machine. Because the server runs as the user, it will have permission to serve all of the files in the directory. I'd recommend that they cd into a directory created specifically for the purpose of testing.

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?

You want ExtremelyBloodyComplicatedHTTPServer :-)

regards
 Steve
--
Meet the Python developers and your c.l.py favorites March 23-25
Come to PyCon DC 2005                      http://www.pycon.org/
Steve Holden                           http://www.holdenweb.com/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to