How can I view the complete httpd configuration?

前端 未结 5 1483
梦谈多话
梦谈多话 2021-01-30 15:48

I\'m trying to figure out what is the full complete configuration of an httpd setup.

All the configurations files are scattered in different files (/etc/httpd/conf.d,

5条回答
  •  温柔的废话
    2021-01-30 16:05

    Please use mod_info for that purpose: http://httpd.apache.org/docs/2.2/mod/mod_info.html

    only down side is that if you need it to recover a deleted config and haven't already loaded the module it won't help you much

提交回复
热议问题