I'd look at mod_info as an example of both walking the config tree and
examining hook states.
On Sun, Feb 1, 2015 at 12:19 PM, Paul Duplys wrote:
> Hi,
>
> it seems that the configuration of the web server is stored in
> ap_directive_t * ap_conftree configuration tree. I would like to analyze
Hi,
it seems that the configuration of the web server is stored in
ap_directive_t * ap_conftree configuration tree. I would like to analyze
the extracted configuration using formal methods, e.g. verify whether there
are files that can be accessed without logging in, etc. Questions:
* What is the