You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Andre Steffens <li...@adress-research.de> on 2004/02/12 17:55:54 UTC

user defined variables in conf

Hi,

is it possible to define an user variable?

like:

dir = "c:/path/to/my/project/with/revision"

documentdir = dir/root
alias /test dir/xyz

Thx
Andre




--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: user defined variables in conf

Posted by Max Dittrich <Ma...@t-online.de>.
Andre Steffens wrote:
> Hi,
> 
> is it possible to define an user variable?
> 
> like:
> 
> dir = "c:/path/to/my/project/with/revision"
> 
> documentdir = dir/root
> alias /test dir/xyz
> 

Ja, z.B. mit mod_define oder mod_macro. Ersteres ist nur für einen 
Apache der 1.3er Serie verfügbar und ist im mod_ssl-Paket enthalten.

gruss,
.max

[1] http://www.cri.ensmp.fr/~coelho/mod_macro/
[2] http://www.modssl.org/


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------