From: André Malo Date: Fri, 13 Sep 2002 16:36:15 +0000 (+0000) Subject: mention default value of IndexOrderDefault X-Git-Tag: 2.0.42~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2c11e238bf88da112e6aa17d96c36791053117;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 20004bd61e4..6d946bb4458 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 0f7c4bc8b54..d72fdfa3536 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 3effa7c023d..8f4a1944399 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