Re: EUINC woes on v3.1.1
- Posted by dukester Dec 05, 2010
- 1302 views
jimcbrown said...
Apache will generally unset any environment variables before running a CGI script. This is a security measure. Most other web servers do the same thing.
For Apache, you can either set EUDIR and EUINC manually in your apache configuration with SetEnv or specify to Apache to allow these to be inherited via PassEnv.
That's it! I haven't tried it yet, cuz I'm reading your reply for the first time - but that's GOTTA be it! I'm almost sure that i tried everything else. :D Much obliged!