How can I find out where the httpd.conf file is located?

前端 未结 6 881
时光取名叫无心
时光取名叫无心 2021-02-04 13:01

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

6条回答
  •  轮回少年
    2021-02-04 13:49

    If it isn't listed in phpinfo(), perhaps use

    apache_getenv(/* variable */)
    

    http://www.php.net/manual/en/function.apache-getenv.php

提交回复
热议问题