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