httpd-autoindex.conf 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #
  2. # Directives controlling the display of server-generated directory listings.
  3. #
  4. # Required modules: mod_autoindex, mod_alias
  5. #
  6. # To see the listing of a directory, the Options directive for the
  7. # directory must include "Indexes", and the directory must not contain
  8. # a file matching those listed in the DirectoryIndex directive.
  9. #
  10. #
  11. # IndexOptions: Controls the appearance of server-generated directory
  12. # listings.
  13. #
  14. IndexOptions FancyIndexing HTMLTable VersionSort
  15. # We include the /icons/ alias for FancyIndexed directory listings. If
  16. # you do not use FancyIndexing, you may comment this out.
  17. #
  18. Alias /icons/ "C:/Users/Toby/Desktop/aCloud-dev-review/bin/apache/icons/"
  19. <Directory "C:/Users/Toby/Desktop/aCloud-dev-review/bin/apache/icons">
  20. Options Indexes MultiViews
  21. AllowOverride None
  22. Require all granted
  23. </Directory>
  24. #
  25. # AddIcon* directives tell the server which icon to show for different
  26. # files or filename extensions. These are only displayed for
  27. # FancyIndexed directories.
  28. #
  29. AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
  30. AddIconByType (TXT,/icons/text.gif) text/*
  31. AddIconByType (IMG,/icons/image2.gif) image/*
  32. AddIconByType (SND,/icons/sound2.gif) audio/*
  33. AddIconByType (VID,/icons/movie.gif) video/*
  34. AddIcon /icons/binary.gif .bin .exe
  35. AddIcon /icons/binhex.gif .hqx
  36. AddIcon /icons/tar.gif .tar
  37. AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
  38. AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
  39. AddIcon /icons/a.gif .ps .ai .eps
  40. AddIcon /icons/layout.gif .html .shtml .htm .pdf
  41. AddIcon /icons/text.gif .txt
  42. AddIcon /icons/c.gif .c
  43. AddIcon /icons/p.gif .pl .py
  44. AddIcon /icons/f.gif .for
  45. AddIcon /icons/dvi.gif .dvi
  46. AddIcon /icons/uuencoded.gif .uu
  47. AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
  48. AddIcon /icons/tex.gif .tex
  49. AddIcon /icons/bomb.gif core
  50. AddIcon /icons/back.gif ..
  51. AddIcon /icons/hand.right.gif README
  52. AddIcon /icons/folder.gif ^^DIRECTORY^^
  53. AddIcon /icons/blank.gif ^^BLANKICON^^
  54. #
  55. # DefaultIcon is which icon to show for files which do not have an icon
  56. # explicitly set.
  57. #
  58. DefaultIcon /icons/unknown.gif
  59. #
  60. # AddDescription allows you to place a short description after a file in
  61. # server-generated indexes. These are only displayed for FancyIndexed
  62. # directories.
  63. # Format: AddDescription "description" filename
  64. #
  65. #AddDescription "GZIP compressed document" .gz
  66. #AddDescription "tar archive" .tar
  67. #AddDescription "GZIP compressed tar archive" .tgz
  68. #
  69. # ReadmeName is the name of the README file the server will look for by
  70. # default, and append to directory listings.
  71. #
  72. # HeaderName is the name of a file which should be prepended to
  73. # directory indexes.
  74. ReadmeName README.html
  75. HeaderName HEADER.html
  76. #
  77. # IndexIgnore is a set of filenames which directory indexing should ignore
  78. # and not include in the listing. Shell-style wildcarding is permitted.
  79. #
  80. IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t