currently I'm trying to setup environment variables for Apache in CentOS 5.5
According with CentOS manual and this post they should be placed in /etc/sysconfig/httpd but doing that I get Undefined index myvar
env_module is enabled so that's not the problem.
So exactly how do I setup such variables for HTTP access only?
Regards