ReadmeName name
name is the name of the file httpd should look for when
trying to find a description file. httpd will first look for
name.html, and if found, will display the HTML inlined
with its own index. If it finds name, it will include the
file as plaintext.
Only one ReadmeName directive should appear in the configuration file.
ReadmeName README
When generating an index for the directory /foo, httpd
will look for /foo/README.html, and will insert it if
found. It will then look for /foo/README and insert it if
found. If it finds nothing, it will include nothing.
Return to Resource
Configuration File Overview
NCSA httpd Development Team
httpd@ncsa.uiuc.edu