Bug 22194

Summary: \*.conf directory confuses (and crashes) httpd.
Product: Apache httpd-1.3 Reporter: Eric Seidel <eseidel>
Component: coreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: HEAD   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Eric Seidel 2003-08-07 03:32:45 UTC
Set your include to:

Include whatever/*.conf

and then inside whatever create a "*.conf" directory:

mkdir \*.conf

Watch apachectl (actually httpd) barf... hard.
Comment 1 André Malo 2003-08-07 14:34:21 UTC
Reproduced with 2.x as well.

Thanks for the report. Will dig into the code.
Comment 2 André Malo 2003-08-07 16:45:23 UTC
The file name caused an infinite recursion and probably a stack overflow or the
like. It's fixed in 2.1 now and proposed for backport into the stable branches
(1.3 and 2.0).

Thanks for the report and thanks for using Apache.