Dear Maintainer,
My webserver is lighttpd. I have successfully configured it to run python
scripts in a cgi-bin directory with .wsgi extensions.
However, despite this, the provided lc.wsgi script does not produce any output
when run. When a URL is entered, the only output is "500 - Internal Server
Error". If 'print "Content-Type: text/html\n\n"' is added to lc.wsgi, this
error disappears and a blank page remains.
When the below command is run from the command line, there is no output:
$ python lc.wsgi
Yours thankfully,
Riley Baird