On 20.10.2010 17:04, Igor Galić wrote:
- "J.Lance Wilkinson" wrote:
Rainer Jung wrote:
If the values are in fact static, i.e. do not depend in the request,
virtual host etc., you can actually use the fact, that Apache allows
you
to resolve unix environment variables (not the same as
Hi
I have defined a SetEnv Directive this way:
SetEnv BASE_PATH /tmp/smthg
I would like to re-use this variable in another SetEnv Directive, e.g.:
SetEnv PATHS $BASE_PATH/a:$BASE_PATH/b:$BASE_PATH/c:...
But $BASE_PATH is not interpreted as a variable.
I tried with quotes, back-splash, ...
Ho
- "J.Lance Wilkinson" wrote:
> Rainer Jung wrote:
> > If the values are in fact static, i.e. do not depend in the request,
>
> > virtual host etc., you can actually use the fact, that Apache allows
> you
> > to resolve unix environment variables (not the same as Apache
> > environment var
Rainer Jung wrote:
If the values are in fact static, i.e. do not depend in the request,
virtual host etc., you can actually use the fact, that Apache allows you
to resolve unix environment variables (not the same as Apache
environment variables) inside the Apache configuration. The syntax is
$