Re: [PATCH] mod_alias.c - add filename to log warning

2004-03-13 Thread Guenter Knauf
On Mar 9, 2004, at 9:00 AM, Dirk-Willem van Gulik wrote: On Mar 9, 2004, at 2:25 AM, Guenter Knauf wrote: --- mod_alias.c.origTue Feb 10 00:16:10 2004 +++ mod_alias.c Mon Mar 08 22:06:20 2004 @@ -137,9 +137,10 @@ if ( (!p-regexp alias_matches(f, p-fake) 0)

Re: [PATCH] mod_alias.c - add filename to log warning

2004-03-13 Thread Andr Malo
* Guenter Knauf [EMAIL PROTECTED] wrote: can you perhaps commit it? done. Thanks for the reminder :) nd

Re: [PATCH] mod_alias.c - add filename to log warning

2004-03-09 Thread Dirk-Willem van Gulik
On Mar 9, 2004, at 2:25 AM, Guenter Knauf wrote: --- mod_alias.c.origTue Feb 10 00:16:10 2004 +++ mod_alias.c Mon Mar 08 22:06:20 2004 @@ -137,9 +137,10 @@ if ( (!p-regexp alias_matches(f, p-fake) 0) || (p-regexp !ap_regexec(p-regexp, f, 0, NULL,

[PATCH] mod_alias.c - add filename to log warning

2004-03-08 Thread Guenter Knauf
Hi, this patch adds the filename to the log warning since the problem can be in an included file and not only in httpd.conf. --- mod_alias.c.origTue Feb 10 00:16:10 2004 +++ mod_alias.c Mon Mar 08 22:06:20 2004 @@ -137,9 +137,10 @@ if ( (!p-regexp alias_matches(f,