RuntimeApacheConfiguration.NodeInspector insp =
RuntimeApacheConfiguration.getNodeInspector(processInfo, binaryInfo, moduleNames,
suppressUnknownModuleWarnings, keepConditional);
ApacheDirectiveTree tree = new ApacheDirectiveTree();
ApacheParser parser = new ApacheParserImpl(tree, defaultServerRoot, insp);
ApacheConfigReader.buildTree(path, parser);
return tree;
}