test20.conf 177 Bytes
Newer Older
powelld's avatar
powelld committed
# directory in directory through a macro

<Macro foo $dir>
  <Directory $dir>
    Warning "macro foo $dir"
  </Directory>
</Macro>

<Directory /tmp>
  Use foo /tmp
</Directory>