I want to use environment variables in some of my cgis. I set them up in environment.plist inside the .MacOSX folder, logged out and back in and perl sees them just fine when I run the cgi from the bash shell via %ENV.
But when I call the cgi from Apache, I don't get any of the %ENV values.
At first I thought the set-uid/set-gid permissions might be the answer - despite all the horrible things said about using them. Just set the uid to run as creator and inherit the environment variables. But that didn't work either.
Any insight into how I can access my environment variables from perl when called from Apache?
Thanks.
Kurt
