"David" <me RemoveThis @privacy.net> wrote in message
news:13hfinjgsp3ft85@corp.supernews.com...
>
> "Hans van Zijst" <hzi RemoveThis @syncera.nl> wrote in message
> news:47174cc4$0$24171$bf4948fe@news.tele2.nl...
>> Hi David,
>>
>> That's not the same, DirectoryIndex or Indexes. Do read the
>> documentation, it's good for you
>>
>> DirectoryIndex tells Apache which files to look for in a directory to
>> show as an index. Indexes tells Apache whether or not to show a
>> directory listing if the DirectoryIndex isn't found.
>>
>> Kind regards,
>>
>> Hans
>>
>>
>
>
> The only config i have for this is
>
> Options Indexes FollowSymLinks
>
> I cant see anyting about directory listing.
>
> Can anyone else elaborate? TIA
>
to elaborate on this i want to avoid having to add config to each individual
virtual directory.
I want to do this within the httpd file to apply to all sites. The apache
manual is unclear on how to do this imo
Can anyone confirm this is the correct section to edit
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
#
http://httpd.apache.org/docs/2.0/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
Should i change this to:
Change to: Options -Indexes FollowSymLinks ??????
TIA
>> Stay informed about: Directory Listing