Le 23/08/2019 à 05:04, Heather Lotz a
écrit :
Hi,
would you have the opportunity to test the attached patch? The 0 passed to apr_stat looks spurious to me. (but should work)
(Pure speculation) <IfFile "\\.\Z:"> and ...
|
Index: server/core.c =================================================================== --- server/core.c (révision 1864756) +++ server/core.c (copie de travail) @@ -2949,7 +2949,7 @@ apr_finfo_t sb; relative = ap_server_root_relative(cmd->temp_pool, arg); - return (apr_stat(&sb, relative, 0, cmd->pool) == APR_SUCCESS); + return (apr_stat(&sb, relative, APR_FINFO_TYPE, cmd->temp_pool) == APR_SUCCESS); } static int test_ifdirective_section(cmd_parms *cmd, const char *arg)
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx