]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- recreated for Apache 2.4.4
[packages/apache.git] / apache-mod_autoindex.conf
index fd975aa2f3a17db478a462dd2e6513e808eac184..7b902c63842fd8efd76238915e6a0b9fe1134220 100644 (file)
@@ -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,11 @@ IndexOptions FancyIndexing VersionSort
 Alias /icons/ "/home/services/httpd/icons/"
 
 <Directory "/home/services/httpd/icons">
-    Options Indexes MultiViews
-    AllowOverride None
+       Options Indexes MultiViews
+       AllowOverride None
        <IfModule mod_authz_host.c>
-        Order allow,deny
-        Allow from all
-    </IfModule>
+               Require all granted
+       </IfModule>
 </Directory>
 
 #
@@ -97,5 +95,3 @@ HeaderName HEADER.html
 IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.035982 seconds and 4 git commands to generate.