WebStack

docs/BaseHTTPRequestHandler/NOTES.txt

658:be6a7047f3f8
2007-09-27 paulb [project @ 2007-09-27 17:47:19 by paulb] Updated notes on the deployment tool.
     1 Specifying the appropriate PYTHONPATH, invoke the application program. For
     2 example, in the WebStack distribution directory:
     3 
     4 PYTHONPATH=.:examples/Common python examples/BaseHTTPRequestHandler/SimpleApp.py
     5 
     6 The WebStack package must reside on the PYTHONPATH, along with the package
     7 containing the application itself.
     8 
     9 Secure Server
    10 -------------
    11 
    12 The server can be made secure (ie. to serve https URLs over SSL) by using the
    13 secure_deploy function and by providing key and certificate filenames. See
    14 this related article for more information:
    15 
    16 http://mail.python.org/pipermail/python-list/2006-September/402640.html