request.py: Added get_cgi_environ method. This asks Apache to emulate CGI environment vars. debuginfo: Uses get_cgi_environ instead of hackishly making its own. interpret.py: Now uses get_cgi_environ to set up the CGI environment, and then restores the existing environment.