]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_autoindex.conf
- rel 5
[packages/apache1.git] / apache1-mod_autoindex.conf
index a023fcfef8b81dfc7587caeb36b80183f9b78f8a..5fcb5cbd122268267ea087b612b33d235b0f4c35 100644 (file)
@@ -1,4 +1,18 @@
-LoadModule dir_module           modules/mod_autoindex.so
+# $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.035059 seconds and 4 git commands to generate.