... by making UNCList EXEC_ON_READ (since Include is EXEC_ON_READ)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1920564 13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+ *) Windows: Restore the ability to "Include" configuration files on UNC
+ paths. PR69313 [Eric Covener]
"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