# PUBLISHED at `http://reluk.ca/sys/computer/server/etc/apache2/7_domain/reluk.ca/public/autoindex/` # because projects Web Autoindex and `proto-wayic.mod_autoindex` refer to it there. # http://reluk.ca/project/proto-wayic/mod_autoindex/directory_document.conf # http://reluk.ca/project/Web/autoindex/ # # The container restriction of the `IndexIgnore` directive (q.v. below) applies. # https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexignore HeaderName __no_HeaderName__ # Naming a non-existent file in order to disable the previously declared name, This ∵ Apache gives # no method to undeclare it. https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#headername IndexHeadInsert \ " \ \ \ " # Site icon declarations in reverse order of preference. # https://html.spec.whatwg.org/multipage/links.html#rel-icon # https://en.wikipedia.org/wiki/Favicon # Sync → `http://reluk.ca/_/Web_service/autoindex/deprecated/header.html`. IndexStyleSheet '/_/Web_service/autoindex/readme/index.css' ReadmeName README.html # To use XML syntax instead (e.g. `README.xht`, plus `XHTML` in `IndexOptions`) would be awkward. # This file is placed as a footer and must therefore omit the , and tags, # which would make it unreadable (as `README.xht`) in browsers that require well-formed XHTML. # http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html IndexIgnoreReset ON # Clearing the `IndexIgnore` list in order to repopulate it. IndexIgnore autoindex.css autoindex.js README.html *.brec.xht # Note this “does not currently work in configuration sections that have regular expression # arguments, such as ``”. # https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexignore IndexOptions DescriptionWidth=* FancyIndexing FoldersFirst HTMLTable IgnoreCase TrackModified # Clearing “all inherited options and any incremental settings encountered so far” and setting # new ones. It is the first bare option, unprefixed by ‘+’ or ‘-’, that does the clearance here.