summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test43.conf
blob: 264b9167767131a58c05390125b8efd519e0f24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# non necessarily nested.

<Macro begindir $dir>
<Directory $dir>
# hello
</Macro>

<Macro enddir>
</Directory>
</Macro>

Use begindir /unexpected/1
Use enddir


Use begindir /unexpected/2
Use enddir

Use begindir /unexpected/3
<Limit GET>
</Limit>
Use enddir

<VirtualHost foo.com>
Use begindir /unexpected/4
Use enddir
</VirtualHost>

Error ok!