20 lines
354 B
Plaintext
20 lines
354 B
Plaintext
# 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!"
|