]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- mod_authn_alias merged into mod_authn_core
[packages/apache.git] / apache-mod_autoindex.conf
index 1fd761511c4c67a45cc1938fcee7f031c721e2fa..662ff20f8e6bb715f57247a1fe77b174696a467d 100644 (file)
@@ -15,7 +15,7 @@ LoadModule autoindex_module   modules/mod_autoindex.so
 # IndexOptions: Controls the appearance of server-generated directory
 # listings.
 #
-IndexOptions FancyIndexing VersionSort
+IndexOptions FancyIndexing VersionSort Charset=UTF-8
 
 # We include the /icons/ alias for FancyIndexed directory listings.  If
 # you do not use FancyIndexing, you may comment this out.
@@ -26,8 +26,7 @@ Alias /icons/ "/home/services/httpd/icons/"
        Options Indexes MultiViews
        AllowOverride None
        <IfModule mod_authz_host.c>
-               Order allow,deny
-               Allow from all
+               Require all granted
        </IfModule>
 </Directory>
 
This page took 0.025752 seconds and 4 git commands to generate.