From f2a573e72a0993bd9527aed299e918a9e65df01a Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Sun, 9 Nov 1997 05:49:23 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 44780272a3..b71ad7fdfa 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
-- 2.50.1