Skip Menu |

This queue is for tickets about the Config-MyConfig2 CPAN distribution.

Report information
The Basics
Id: 87000
Status: new
Priority: 0/
Queue: Config-MyConfig2

People
Owner: Nobody in particular
Requestors: dneiman [...] aol.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.