Subject: | Syntax error on nested directives |
Date: | Wed, 17 Jul 2013 10:16:36 -0400 (EDT) |
To: | bug-Config-MyConfig2 [...] rt.cpan.org |
From: | dneiman [...] aol.com |
Hello--
I am using Config::MyConfig2 to parse and modify a standard Apache httpd.conf file.
However, ReadConfig throws a syntax error when it encounters the following nested directives in the config file:
...
<IfModule mod_negotiation.c>
<IfModule mod_include.c>
...
Error: Can't open directive <IfModule mod_include.c>. Other directive already open!
Can this module be enhanced to support nested directives?
Thank you.