How can I find out the path of the httpd.conf file on apache (PHP)? I do not know whether my script will be runned in windows apache or linux, i need to know where i can find th
If it isn't listed in phpinfo(), perhaps use
apache_getenv(/* variable */)
http://www.php.net/manual/en/function.apache-getenv.php