Perl sections in Apache conf files

2012-01-16 Thread Desilets, Alain
I am trying to use sections in my Apache conf files, in order to automate management of my various installations on various servers. Looking at this page: http://perl.apache.org/docs/2.0/api/Apache2/PerlSections.html#Configuration_Variables I gather that any directive that can be written in an

RE: Perl sections in Apache conf files

2012-01-16 Thread Desilets, Alain
OK, figured out how to make the SetEnv bit work. Just set $ENV directly in the section. Seems a bit inconsistent that you can't push on @SetEnv as you would for other directives, but oh, well. So now, I am trying to figure out how to do the equivalent of this in a Perl section: --- Order D