Apache shows file list in a directory if it doesn’t find index.html in this directory. Apache generates html page which shows the list with full directory path on top. The path description is wrapped in to
HTML tag. Does any way exist to changethis tag to any I want? Preferable solution: to change the tag using Apache’s config files only or making changes in Apache’s source code. Some scripting (php, perl) is ok but less desirable.