Re: [users@httpd] Copying environment variables

2020-06-30 Thread Eric Covener
On Tue, Jun 30, 2020 at 11:20 AM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Is it possible to "copy" an environment variable to another name? > Something like this: > > SetEnv foo "bar" > SetEnv baz ${foo}e > > Now, "baz" has value "bar". If it's

[users@httpd] Copying environment variables

2020-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Is it possible to "copy" an environment variable to another name? Something like this: SetEnv foo "bar" SetEnv baz ${foo}e Now, "baz" has value "bar". It doesn't appear to work as written above, but the documentation doesn't actually suggest