Bug 22194 - \*.conf directory confuses (and crashes) httpd.
Summary: \*.conf directory confuses (and crashes) httpd.
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-1.3
Classification: Unclassified
Component: core (show other bugs)
Version: HEAD
Hardware: All All
: P3 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-07 03:32 UTC by Eric Seidel
Modified: 2007-08-02 12:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.