49,52c49,62 < If you have Quixote installed you can try out the demo application by < running "./scgi/quixote_handler.py -F". If you don't have Quixote, < the scgi_server.py module implements a simple SCGI server that you can < also run from the command line (e.g. "./scgi/scgi_server.py 4000"). --- > > Demo > ---- > > Quixote >= 2.0a2 has a demo application you can try out by running: > python $QUIXOTE/server/scgi_server.py --port 4000 --script-name=/dynamic > with the appropriate path for $QUIXOTE. (This was tested on Quixote 2.0a4.) > > If you have Quixote 1.3 or 2.0a1 installed, use the driver bundled with SCGI > instead: > python scgi/quixote_handler.py -F > > If you don't have Quixote, the SCGI server doubles as a standalone demo: > python scgi/scgi_server.py 4000