FancyIndexing isn't a directive, it's an argument to IndexOptions. Several
of the other options, including namewidth, require that fancy be turned on
for them to work. We can try to make this clearer in the docs.
On Sep 11, 2014 3:41 PM, "Rose, John B" <jbr...@utk.edu> wrote:

>  Hey
>
>  We had some long directory names being truncated and got it corrected
> using
>
>  *IndexOptions FancyIndexing NameWidth=**
>
>  based on example found searching the web.
>
>  I was looking around in the Apache documentation for more info on
> FancyIndexing but either I am overlooking it or there isn't much. When I
> clicked on "FancyIndexing" link I got this …
>
>  FancyIndexing This turns on fancy indexing of directories.
>
>  And it isn't listed in the Directives list …
>
>  http://httpd.apache.org/docs/2.4/mod/directives.html
>
>  From what I found it seems to only have impact of making it able to sort
> based on column header chosen.
>
>  However, when we tried only …
>
>  IndexOptions NameWidth=*
>
>  It did not work until we added "FancyIndexing"
>
>  Why?
>
>  No big deal, just curious.
>
>  http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html#indexoptions
>
>  Thanks
>
>
>
>

Reply via email to