Combiner for httpd configurations

Combiner for parsing part of httpd configurations. It collects all HttpdConf generated from each configuration file and combines them to expose a consolidated configuration tree.

Note

At this point in time, you should NOT filter the httpd configurations to avoid finding directives in incorrect sections.

class insights.combiners.httpd_conf.HttpdConfSclHttpd24Tree(confs)[source]

Bases: ConfigCombiner

Exposes httpd configuration Software Collection httpd24 through the parsr query interface. Correctly handles all include directives.

See the insights.core.ConfigComponent class for example usage.

class insights.combiners.httpd_conf.HttpdConfSclJbcsHttpd24Tree(confs)[source]

Bases: ConfigCombiner

Exposes httpd configuration Software Collection jbcs-httpd24 through the parsr query interface. Correctly handles all include directives.

See the insights.core.ConfigComponent class for example usage.

class insights.combiners.httpd_conf.HttpdConfTree(confs)[source]

Bases: ConfigCombiner

Exposes httpd configuration through the parsr query interface. Correctly handles all include directives.

See the insights.core.ConfigComponent class for example usage.