I have a small python program that I would now like to make more
interactive by turning it into a webserver and access it using html
forms as a loopback on
http://localhost. I have installed apache2 on my
laptop (it's running linux mint), and it looks like I need to use wsgi,
but I am unstuck in figuring out how to configure apache - most of the
documentation I have seen seems to assume that you know all about apache
in the first place. Can anyone suggest a gentle introduction?