1 LoadModule autoindex_module modules/mod_autoindex.so
4 # Directives controlling the display of server-generated directory listings.
7 # Required modules: mod_autoindex, mod_alias
9 # To see the listing of a directory, the Options directive for the
10 # directory must include "Indexes", and the directory must not contain
11 # a file matching those listed in the DirectoryIndex directive.
13 <IfModule mod_autoindex.c>
14 # IndexOptions: Controls the appearance of server-generated directory
17 IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8
19 # We include the /icons/ alias for FancyIndexed directory listings. If
20 # you do not use FancyIndexing, you may comment this out.
22 Alias /icons/ "/home/services/httpd/icons/"
24 <Directory "/home/services/httpd/icons">
27 <IfModule mod_authz_host.c>
30 <IfModule mod_access_compat.c>
37 # AddIcon* directives tell the server which icon to show for different
38 # files or filename extensions. These are only displayed for
39 # FancyIndexed directories.
41 AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
43 AddIconByType (TXT,/icons/text.gif) text/*
44 AddIconByType (IMG,/icons/image2.gif) image/*
45 AddIconByType (SND,/icons/sound2.gif) audio/*
46 AddIconByType (VID,/icons/movie.gif) video/*
48 AddIcon /icons/binary.gif .bin .exe
49 AddIcon /icons/binhex.gif .hqx
50 AddIcon /icons/tar.gif .tar
51 AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
52 AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
53 AddIcon /icons/a.gif .ps .ai .eps
54 AddIcon /icons/layout.gif .html .shtml .htm .pdf
55 AddIcon /icons/text.gif .txt
56 AddIcon /icons/c.gif .c
57 AddIcon /icons/p.gif .pl .py
58 AddIcon /icons/f.gif .for
59 AddIcon /icons/dvi.gif .dvi
60 AddIcon /icons/uuencoded.gif .uu
61 AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
62 AddIcon /icons/tex.gif .tex
63 AddIcon /icons/bomb.gif core
65 AddIcon /icons/back.gif ..
66 AddIcon /icons/hand.right.gif README
67 AddIcon /icons/folder.gif ^^DIRECTORY^^
68 AddIcon /icons/blank.gif ^^BLANKICON^^
71 # DefaultIcon is which icon to show for files which do not have an icon
74 DefaultIcon /icons/unknown.gif
77 # AddDescription allows you to place a short description after a file in
78 # server-generated indexes. These are only displayed for FancyIndexed
80 # Format: AddDescription "description" filename
82 #AddDescription "GZIP compressed document" .gz
83 #AddDescription "tar archive" .tar
84 #AddDescription "GZIP compressed tar archive" .tgz
87 # ReadmeName is the name of the README file the server will look for by
88 # default, and append to directory listings.
90 # HeaderName is the name of a file which should be prepended to
92 ReadmeName README.html
93 HeaderName HEADER.html
96 # IndexIgnore is a set of filenames which directory indexing should ignore
97 # and not include in the listing. Shell-style wildcarding is permitted.
99 IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t