Hello,
How can we see httpd.conf through web browser. I am using this script. I am using mozilla firefox and Internet Explorer.
========================================
<?php
$handle = fopen("/usr/local/apache/conf/httpd.conf", "r");
echo $handle;
?>
========================================
Any idea?
How can we see httpd.conf through web browser. I am using this script. I am using mozilla firefox and Internet Explorer.
========================================
<?php
$handle = fopen("/usr/local/apache/conf/httpd.conf", "r");
echo $handle;
?>
========================================
Any idea?