I want to set env variable from the apache conf file , I have created a test.conf file in apache/include. test.conf file contains following line: SetEnv TST "testmsg" but even after restarting the apache server its not setting up a environment variable. thanks in advance....