Open inspector-cochise opened 13 years ago
The ConfigFile parser does not notice circular includes. (->StackOverflow)
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."
The ConfigFile parser does not notice circular includes. (->StackOverflow)