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

circular includes #40

Open inspector-cochise opened 13 years ago

inspector-cochise commented 13 years ago

The ConfigFile parser does not notice circular includes. (->StackOverflow)

inspector-cochise commented 12 years ago

the apache (2.2.20 (Ubuntu)) allows a maximum recursion depth of 128. If this is exceeded it will exit with an error "Exceeded maximum include depth of 128. You have probably a recursion somewhere."