Subject: | cannot parse Apache_1.3.31 httpd.conf |
This is a valid httpd.conf block, describing the default (root) directory permissions:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
It throws an error when parsed by Config::General. The block is contained within the default httpd.conf shipped with Apache_1.3.31. See also:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31652
p.s. I think the Apache config syntax is mad to allow this kind of rubbish.