<?phprequire_once 'configurator.php';$test = Configurator::open('/usr/local/apache2/conf/httpd.conf');$test->parse();print_r($test->getDirectives());?>