Login   Register  
PHP Classes
elePHPant
Icontem

File: apache_test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of James Glenlake  >  Configurator  >  apache_test.php  >  Download  
File: apache_test.php
Role: Example script
Content type: text/plain
Description: Apache example script.
Class: Configurator
Handling Apache style configuration files
Author: By
Last change:
Date: 2004-02-08 06:22
Size: 161 bytes
 

Contents

Class file image Download
<?php

require_once 'configurator.php';

$test Configurator::open('/usr/local/apache2/conf/httpd.conf');
$test->parse();

print_r($test->getDirectives());

?>