You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Günter Knauf <ef...@gmx.net> on 2002/01/14 13:26:35 UTC

mark Documentroot in httpd.conf

Hi,
some others and I would like to have the DocumentRoot marked:

- DocumentRoot "@@ServerRoot@@/htdocs"
+ DocumentRoot "@@DocumentRoot@@"

and:

- <Directory "@@ServerRoot@@/htdocs">
+ <Directory "@@DocumentRoot@@">

so that we can replace the complete path to the document root by script.

can we change this?

Guenter.