From: Ken Coar Date: Sun, 9 Nov 1997 05:49:23 +0000 (+0000) Subject: Add a "SuppressColumnSorting" option to the IndexOptions list, X-Git-Tag: APACHE_1_3b3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a573e72a0993bd9527aed299e918a9e65df01a;p=thirdparty%2Fapache%2Fhttpd.git Add a "SuppressColumnSorting" option to the IndexOptions list, which will keep the column heading from beling links for sorting the display. PR: 1261 Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79543 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 44780272a36..b71ad7fdfad 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -334,6 +334,14 @@ This enables the extraction of the title from HTML documents for fancy indexing. If the file does not have a description given by AddDescription then httpd will read the document for the value of the TITLE tag. This is CPU and disk intensive. +
SuppressColumnSorting +
+ +If specified, Apache will not make the column headings in a FancyIndexed +directory listing into links for sorting. The default behaviour is +for them to be links; selecting the column heading will sort the directory +listing by the values in that column. +Only available in Apache 1.3 and later.
SuppressDescription