]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_autoindex.conf
- rel 5
[packages/apache1.git] / apache1-mod_autoindex.conf
index 0cde42f4cfe65243c6cca89de1bad6ed75ebff07..5fcb5cbd122268267ea087b612b33d235b0f4c35 100644 (file)
@@ -1,6 +1,19 @@
 # $Id$
 LoadModule autoindex_module modules/mod_autoindex.so
 
+<IfModule mod_alias.c>
+       Alias /icons/ "/usr/share/apache-icons/"
+
+       <Directory "/usr/share/apache-icons">
+               Options Indexes MultiViews
+               AllowOverride None
+               <IfModule mod_access.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
+       </Directory>
+</IfModule>
+
 #
 # Directives controlling the display of server-generated directory listings.
 #
@@ -83,5 +96,3 @@ LoadModule autoindex_module modules/mod_autoindex.so
        IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.085834 seconds and 4 git commands to generate.