David YEUNG
dyeung at ust.hk
Mon Aug 14 09:26:49 EST 2000
I have other python modules which usually need to read some environment variables, e.g., an python-oracle interface module needs to read the "ORACLE_SID" to know where the database to connect. I used to defining this variable in the "shell" before invoking a python CGI program, e.g.: #!/bin/sh export ORACLE_SID=orcl exec /some/oracle/python/interface.cgi I would like to try the mod_python using the default CGI handler, but does someone know how to define some environment variable in mod_python? Thanks david
|