Start Medusa with the command python start_medusa.py
. On
win32,
you can also just double-click the script or type start
start_medusa.py
.
To access this from your browser, enter something like this:
http://angua/cgi-bin/hello/hello
http://angua/cgi-bin/hello/hello?name=Richard
For your labors, you are rewarded with a fine message:
Hello, World!
Hello, Richard!