inspector-cochise / cochise

An audit tool for the apache webserver assisting on the BSI audit for the apache.
www.inspector-cochise.de
GNU General Public License v3.0
1 stars 0 forks source link

Support implicit ServerRoot #30

Closed inspector-cochise closed 13 years ago

inspector-cochise commented 13 years ago

During the compilation process you can specify a standard ServerRoot. 'Cause for now this isn't supported you get an error message (something like "No ServerRoot specified"). -> ServerRootNotSetException in StatementList.filesToInclude(...)

one can retrieve the standard ServerRoot via

httpd -V

(that is "show compile settings")