Re: Configuration Tree Dump

2015-02-02 Thread William A. Rowe Jr.
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

Configuration Tree Dump

2015-02-01 Thread Paul Duplys
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