in the current config section, not just override previous config sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1297958 13f79535-47bb-0310-9956-
ffa450edef68
envvars: Fix insecure handling of LD_LIBRARY_PATH that could lead to the
current working directory to be searched for DSOs. [Stefan Fritsch]
+ *) "DirectoryIndex disabled" now undoes DirectoryIndex settings in
+ the current configuration section, not just previous config sections.
+ PR52845 [Eric Covener]
+
*) Fix MPM DSO load failure on AIX. [Jeff Trawick]
*) core: Add the port number to the vhost's name in the scoreboard.
const char *ww = ap_getword_conf(cmd->temp_pool, &tt);
if (ww == NULL || !ww[0]) {
/* "disabled" is first, and alone */
+ apr_array_clear(d->index_names);
break;
}
}