It seems that setting DirectoryIndex for some <Directory> or
<Location> along with global setting actually means merging the
values. That is:
Directory index.html index.php
<Directory /foo/bar>
DirectoryIndex foobar.html
</Directory>
results to have for "/foo/bar" index file foobar.html as well as
index.html and index.php. Is there way to supress global setting for
some directory or location?
--
Kamil Kukura