https://bz.apache.org/bugzilla/show_bug.cgi?id=69313
Steffen <i...@apachelounge.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Steffen <i...@apachelounge.com> --- @Steffen can you share a build with the below patch? I am not sure why -C didn't work so my confidence is not too high. Index: server/core.c =================================================================== --- server/core.c (revision 1920530) +++ server/core.c (working copy) @@ -4801,7 +4801,7 @@ AP_INIT_TAKE1("FlushMaxPipelined", set_flush_max_p "Maximum number of pipelined responses (pending) above which they are " "flushed to the network"), #ifdef WIN32 -AP_INIT_TAKE_ARGV("UNCList", set_unc_list, NULL, RSRC_CONF, +AP_INIT_TAKE_ARGV("UNCList", set_unc_list, NULL, RSRC_CONF|EXEC_ON_READ, "Controls what UNC hosts may be looked up"), #endif Applied this fix from Eric, see https://www.apachelounge.com/viewtopic.php?p=43024#43024 Reporter zippe : I'v done test. It works in both cases: 1. When start httpd with local config (ex. c:\apache24\conf\httpd.conf) which include smb shares inside. 2. httpd.exe with -C directive -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org