You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2002/02/06 17:00:18 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_autoindex.html

coar        02/02/06 08:00:18

  Modified:    htdocs/manual/mod mod_autoindex.html
  Log:
  Add the IgnoreCase keyword
  
  Revision  Changes    Path
  1.48      +15 -1     httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -u -r1.47 -r1.48
  --- mod_autoindex.html	11 Nov 2001 03:24:01 -0000	1.47
  +++ mod_autoindex.html	6 Feb 2002 16:00:18 -0000	1.48
  @@ -578,7 +578,8 @@
       <samp>FoldersFirst</samp> and <samp>DescriptionWidth</samp>
       options are only available with Apache 1.3.10 and later; the
       <samp>TrackModified</samp> option is only available with Apache
  -    1.3.15 and later 
  +    1.3.15 and later; the <samp>IgnoreCase</samp> option is only
  +    available with Apache 1.3.24 and later
   
       <p>The IndexOptions directive specifies the behavior of the
       directory indexing. <em>Option</em> can be one of</p>
  @@ -672,6 +673,19 @@
         loaded. If no value is given for the option, it defaults to
         the standard width of the icons supplied with the Apache
         software.</dd>
  +
  +      <dt><a id="indexoptions:ignorecase"
  +      name="indexoptions:ignorecase">IgnoreCase</a></dt>
  +
  +      <dd>
  +      If this option is enabled, names are sorted in case-insensitive
  +      manner.  For instance, if the sort order is ascending by name,
  +      and <samp>IgnoreCase</samp> is enabled, file <samp>Zeta</samp>
  +      will be listed after file <samp>alfa</samp> (Note: file
  +      <samp>GAMMA</samp> will always be listed before file
  +      <samp>gamma</samp>). <b>This option only has an effect if <a
  +      href="#indexoptions:fancyindexing"><samp>FancyIndexing</samp></a>
  +      is also enabled.</b></dd>
   
         <dt><a id="indexoptions:namewidth"
         name="indexoptions:namewidth">NameWidth=[<em>n</em> | *]