Python CGI and Web-Related Environmental Variables
Monday February 4, 2008
Sometimes it can be difficult to know the precise dynamics of the web environment for which you are programming. Knowing the version of Apache, Python, or mod_python can mean the difference between a program that executes and one that crashes. For a helpful list of all the environmental variables your program will work under, see this program for testing your CGI environment.
