summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test20.conf
blob: ccbae0d3848b6cd5a182d2867f8e97ea43893d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
# directory in directory through a macro

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

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