Python for CGI w/Apache (httpdapi)

Erno Kuusela erno at iki.fi
Wed May 3 17:01:12 EDT 2000


You can httpdapi.RequestHandler.build_cgi_env(), which returns a
dictionary.

if you want to turn these into real environment variables, you can
just loop over the returned dict and stuff them into the os.environ
dictionary.

  -- erno



More information about the Python-list mailing list