From: Ken Coar Date: Wed, 2 Sep 1998 21:04:39 +0000 (+0000) Subject: Update the filname column width-sizing piece of mod_autoindex X-Git-Tag: 1.3.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01898239009d26ce19c7039c7dd30ec51de0ea1b;p=thirdparty%2Fapache%2Fhttpd.git Update the filname column width-sizing piece of mod_autoindex so that it's customisable with a NameLength keyword on the IndexOptions directive. A value of '*' means 'as wide as the longest filename,' which was the default effect of the last patch in this area. PR: 1949, 2324 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 8f0bb3eecd4..8fd8c1365b2 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -482,10 +482,14 @@ The IndexOptions directive specifies the behavior of the directory indexing.
This turns on fancy indexing of directories.
- Note that the FancyIndexing and + Note that in versions of Apache prior to 1.3.2, the + FancyIndexing and IndexOptions directives will override each other. You should use IndexOptions FancyIndexing in preference - to the standalone FancyIndexing directive. + to the standalone FancyIndexing directive. + As of Apache 1.3.2, a standalone FancyIndexing directive + is combined with any IndexOptions directive already + specified for the current scope.
IconHeight[=pixels] (Apache 1.3 and later)
@@ -512,6 +516,12 @@ precalculate the page layout without having to wait until all the images have been loaded. If no value is given for the option, it defaults to the standard width of the icons supplied with the Apache software. +
NameLength=[n | *] (Apache 1.3.2 and later) +
+The NameLength keyword allows you to specify the width of the +filename column in bytes. If the keyword value is '*', +then the column is automatically sized to the length of the longest +filename in the display.
ScanHTMLTitles
This enables the extraction of the title from HTML documents for fancy