hi folks,
I have the same issue and I'm following this thread.
If I put this in /etc/sysconfig/httpd, DISP_RUN_MODE="dev", can I use it in the
<IfModule disp_apache2.c> section of dispatcher_vhost.conf ?
I made 3 /etc/conf.d/variables/ var files ending in .dev.vars, ...stage.vars, ...prod.vars
I want to Include one of the files depending on DISP_RUN_MODE. Should I use <IfDefine> or <If> ? Are there any other apache modules I need for this to work? Do I need to use PassEnv ?
thanks
Fiona