如何打印所有活动的httpd配置参数?

时间:2019-06-20 16:42:45

标签: apache

例如我从命令开始apache

$ docker run -d --name a2 httpd httpd -X -DFOREGROUND -DFOO -DBAR

如何使用-D打印所有配置参数passed

预期输出为

FOREGROUND
FOO
BAR

我尝试遵循apachectl命令查看DUMP_

-t -D DUMP_VHOSTS  : show parsed vhost settings
-t -D DUMP_RUN_CFG : show parsed run settings
-t -D DUMP_MODULES : show all loaded modules 
-t -D DUMP_INCLUDES: show all included configuration files

但是没人能做到

0 个答案:

没有答案