Re: [us...@httpd] Environment Variable File

2009-06-30 Thread André Warnier
Mike -- EMAIL IGNORED wrote: I have some environment variables I want to provide in a file. For example, in bash the file would contain: export var1="a b c" export var2="1 2 3" I would like to "include" or "source" this file in my html.config, so var1 and var2 will be available to mod_rew

[us...@httpd] Environment Variable File

2009-06-30 Thread Mike -- EMAIL IGNORED
I have some environment variables I want to provide in a file. For example, in bash the file would contain: export var1="a b c" export var2="1 2 3" I would like to "include" or "source" this file in my html.config, so var1 and var2 will be available to mod_rewrite as environment variables.