On 1/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> The module module_env is used to define variables in the
> config file, or pass variables from the shell to the apache
> environment.
>
> # define the environment variable
> SetEnv SrvRoot /usr/local/apache2
>
> I'm not sure of the syntax to use the variable though.
> As you say the docs are a bit vague to say the least!

See:
http://httpd.apache.org/docs/2.2/env.html

I believe you can actually use env variables (set outside apache) in
the config files using a syntax like ${var}, although it is
undocumented.  You are better off pre-processing your config file with
m4 or something similar or using a third-party module like mod_macro.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to