Re: dynamic document root

2004-02-12 Diskussionsfäden Max Dittrich
[EMAIL PROTECTED] wrote:
Hi,
is it possible to have dynamic document root's?
we've several ServerAlias and each Alias should link to an other document
root.
like:

   DocumentRoot f://www/root
   ServerAlias test.
   ...

at the moment we had to change the conf-files and restart the apache server
each time if we want to test an special revision (branch) from cvs.
Du könntest etwas ähnliches erreichen, wenn Du mod_vhost_alias in 
Verbindung mit einem CatchAll DNS-Eintrag verwendest.

gruss,
.max
--
   Apache HTTP Server Mailing List "users-de" 
 unsubscribe-Anfragen an [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--



Re: user defined variables in conf

2004-02-12 Diskussionsfäden Max Dittrich
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 [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--



dynamic document root

2004-02-12 Diskussionsfäden Andre . Steffens
Hi,

is it possible to have dynamic document root's?
we've several ServerAlias and each Alias should link to an other document
root.

like:


   DocumentRoot f://www/root
   ServerAlias test.
   ...


at the moment we had to change the conf-files and restart the apache server
each time if we want to test an special revision (branch) from cvs.

Thx
Andre

--
Apache HTTP Server Mailing List "users-de" 
  unsubscribe-Anfragen an [EMAIL PROTECTED]
   sonstige Anfragen an [EMAIL PROTECTED]
--



user defined variables in conf

2004-02-12 Diskussionsfäden Andre Steffens
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 [EMAIL PROTECTED]
  sonstige Anfragen an [EMAIL PROTECTED]
--