summaryrefslogtreecommitdiffstats
path: root/modules/core/test/conf/test26.conf
blob: bb4b5ad037435e792993faf5205be61630f47df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ok till stop.
# test quotes...

<Macro funny "first arg" 'second ... arg'>
  <Directory first arg>
    Warning "funny directory"
  </Directory>
  <Location second ... arg>
    Warning "funny location"
  </Location>
</Macro>

Use funny /unexpected/1 /intra

<VirtualHost www.apache.org>
  Use funny /unexpected/2 /intranet
</VirtualHost>

Error "done!"