moddir
mod_dir is a module of the Apache HTTP Server that handles requests for directory URLs. It provides directory index resolution and optional trailing-slash redirection, enabling a predictable way to serve default documents from a directory.
Key directives include DirectoryIndex, which specifies one or more filenames to check inside a directory when
Behavior includes serving an index file when one exists in the requested directory. If no index file
Usage and compatibility: mod_dir is part of Apache since early versions and is typically loaded by default.