https://issues.apache.org/bugzilla/show_bug.cgi?id=45160
Summary: Directory Wildcards for Include Directive
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Right now, you can use filename wildcards for the Include directive, like so:
Include /home/mcantor/projects/someproject/etc/*.conf
However, it would be Really Cool if you could glob directories as well as
files, like so:
Include /home/mcantor/projects/*/etc/*.conf
This would allow seamless additions of new web apps requiring configuration
files.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]