From 8c4d7da6e0e0d2f745394a699a989d41b7256649 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 14 Jan 2003 17:01:32 +0000 Subject: [PATCH] With the latest patch to config.c wildcards now work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98265 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/core.c b/server/core.c index 6c1743318e..cc9ba9e00f 100644 --- a/server/core.c +++ b/server/core.c @@ -2193,9 +2193,6 @@ static const char *include_config (cmd_parms *cmd, void *dummy, ap_directive_t *conftree = NULL; const char* conffile = ap_server_root_relative(cmd->pool, name); - /* XXX: ap_server_root_relative won't work on the wildcard pattern... - */ - if (!conffile) { return apr_pstrcat(cmd->pool, "Invalid Include path ", name, NULL); -- 2.40.0