I'm running Apache2 on Linux. I have a compiled C program running as a cgi script and need to change its behavior via setting an environment variable. How does one do that? Would you put it in the /etc/init.d/apache2 file? Would the cgi script even inherit that enviroment? Thanks, Jim.