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.
How can I do this?

Thanks in advance.
Mike.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to