From 0a2c11e238bf88da112e6aa17d96c36791053117 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 13 Sep 2002 16:36:15 +0000 Subject: [PATCH] mention default value of IndexOrderDefault transform update: directives.html.en git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96784 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 315 +++++++++++++++++++++++++- docs/manual/mod/mod_autoindex.html.en | 3 +- docs/manual/mod/mod_autoindex.xml | 1 + 3 files changed, 317 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 20004bd61e..6d946bb445 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -11,4 +11,317 @@ consistent format, and there is a dictionary of the terms used in their descriptions available.

-

 A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 

\ No newline at end of file +

 A  |  B  |  C  |  D  |  E  |  F  |  G  |  H  |  I  |  K  |  L  |  M  |  N  |  O  |  P  |  R  |  S  |  T  |  U  |  V  |  X 

+
\ No newline at end of file diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 0f7c4bc8b5..d72fdfa353 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -682,7 +682,8 @@ foo-1.04
top

IndexOrderDefault Directive

Description: Sets the default ordering of the directory index
Syntax: IndexOrderDefault -Ascending|Descending Name|Date|Size|Description
Context: +Ascending|Descending Name|Date|Size|Description
Default: + IndexOrderDefault Ascending Name
Context: server config, virtual host, directory, .htaccess
Override: Indexes
Status: Base
Module: diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 3effa7c023..8f4a194439 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -794,6 +794,7 @@ foo-1.04 Sets the default ordering of the directory index IndexOrderDefault Ascending|Descending Name|Date|Size|Description +IndexOrderDefault Ascending Name server configvirtual host directory.htaccess -- 2.50.1