X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_autoindex.conf;h=165fde4a5ea8bfba0f499efc4a12d046f2045fa8;hb=c7e4d1c1c1cc38a8893dc833dca7dafc983dcecc;hp=fd975aa2f3a17db478a462dd2e6513e808eac184;hpb=63f51c61cd59a1d53a5acb21f126c467ccfd0297;p=packages%2Fapache.git diff --git a/apache-mod_autoindex.conf b/apache-mod_autoindex.conf index fd975aa..165fde4 100644 --- a/apache-mod_autoindex.conf +++ b/apache-mod_autoindex.conf @@ -1,5 +1,4 @@ -# $Id$ -LoadModule autoindex_module modules/mod_autoindex.so +LoadModule autoindex_module modules/mod_autoindex.so # # Directives controlling the display of server-generated directory listings. @@ -15,7 +14,7 @@ LoadModule autoindex_module modules/mod_autoindex.so # IndexOptions: Controls the appearance of server-generated directory # listings. # -IndexOptions FancyIndexing VersionSort +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,12 +22,15 @@ IndexOptions FancyIndexing VersionSort Alias /icons/ "/home/services/httpd/icons/" - Options Indexes MultiViews - AllowOverride None + Options Indexes + AllowOverride None - Order allow,deny - Allow from all - + Require all granted + + + Order allow,deny + Allow from all + # @@ -97,5 +99,3 @@ HeaderName HEADER.html IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t - -# vim: filetype=apache ts=4 sw=4 et