On Mon, Dec 11, 2023 at 2:10 AM Jason Pyeron <jpye...@pdinc.us> wrote:
>
> I thought I could
>
> httpd -t -DDUMP_CONFIG | grep -e KeepAlive
> httpd -t -DDUMP_RUN_CFG | grep -e KeepAlive
>
> but to no avail.

DUMP_CONFIG comes with mod_info (LoadModule required), but it will
only show the directives which are configured IIUC
(https://httpd.apache.org/docs/2.4/mod/mod_info.html#limitations), not
the default values.

>
> So how can I dump the effective configuration which includes defaults?
>
> I would really not want to modify our configuration just to add the default 
> values explicitly.

I don't know of a setting/module which would show all the effective
configuration, it would probably not be easy to write/maintain
(dumping the internal structures).
Maybe if it's not shown by mod_info it could be considered that the
default applies, and the auditor could live with that?


Regards;
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to