<?php require_once 'configurator.php'; $test = Configurator::open('/usr/local/apache2/conf/httpd.conf'); $test->parse(); print_r($test->getDirectives()); ?>
info at phpclasses dot org