Apache Server Information

Module Name: mod_autoindex.c
Content handlers: yes
Configuration Phase Participation: Create Directory Config, Merge Directory Configs
Request Phase Participation: Content Handlers
Module Directives:
AddIcon - an icon URL followed by one or more filenames
AddIconByType - an icon URL followed by one or more MIME types
AddIconByEncoding - an icon URL followed by one or more content encodings
AddAlt - alternate descriptive text followed by one or more filenames
AddAltByType - alternate descriptive text followed by one or more MIME types
AddAltByEncoding - alternate descriptive text followed by one or more content encodings
IndexOptions - one or more index options [+|-][]
IndexOrderDefault - {Ascending,Descending} {Name,Size,Description,Date}
IndexIgnore - one or more file extensions
IndexIgnoreReset - Reset the inherited list of IndexIgnore filenames
AddDescription - Descriptive text followed by one or more filenames
HeaderName - a filename
ReadmeName - a filename
FancyIndexing - The FancyIndexing directive is no longer supported. Use IndexOptions FancyIndexing.
DefaultIcon - an icon URL
IndexStyleSheet - URL to style sheet
IndexHeadInsert - String to insert in HTML HEAD section
Current Configuration:
In file: /ltk/sw/httpd/conf/server.conf
  32: <VirtualHost *:80>
  38:   <Directory /ltk/svr/dl>
  40:     IndexOptions FancyIndexing
    :   </Directory>
  47:   <Directory /ltk/ltk-logs>
  49:     IndexOptions FancyIndexing
    :   </Directory>
    : </VirtualHost>