]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_autoindex.conf
- rel 5
[packages/apache1.git] / apache1-mod_autoindex.conf
index 2135f991b52e2e4d522cba2f8dde9cfd0f3388a7..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.
 #
This page took 0.155131 seconds and 4 git commands to generate.