X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-mod_autoindex.conf;h=165fde4a5ea8bfba0f499efc4a12d046f2045fa8;hp=f02bfb16ac218160b99e8b36096f65936d5beca6;hb=3174ace842691bfb2ea7af0c53406a7f2a71dc80;hpb=90c90df612ee7fed362476fa3c431b405616737d diff --git a/apache-mod_autoindex.conf b/apache-mod_autoindex.conf index f02bfb1..165fde4 100644 --- a/apache-mod_autoindex.conf +++ b/apache-mod_autoindex.conf @@ -1,4 +1,3 @@ - apache-mod_autoindex.conf,v 1.10 2011/04/03 13:22:25 glen Exp $ LoadModule autoindex_module modules/mod_autoindex.so # @@ -15,7 +14,7 @@ LoadModule autoindex_module modules/mod_autoindex.so # IndexOptions: Controls the appearance of server-generated directory # listings. # -IndexOptions FancyIndexing VersionSort Charset=UTF-8 +IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8 # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. @@ -23,9 +22,12 @@ IndexOptions FancyIndexing VersionSort Charset=UTF-8 Alias /icons/ "/home/services/httpd/icons/" - Options Indexes MultiViews + Options Indexes AllowOverride None + Require all granted + + Order allow,deny Allow from all