Do you have the "Indexes" option enabled for these directories? Or the "All" option? Like this?:
Code:
<Directory /web/docs>
Options Indexes
</Directory>
It shouldn't show the list of files unless Indexes or All (which enables all options including Indexes) is specified. Try saying "Options None" or remove "Indexes" from that line if you require other options.