Re: [users@httpd] FancyIndexing NameWidth question

2014-09-12 Thread Rich Bowen
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" wrote: > Hey > > We had some long director

[users@httpd] FancyIndexing NameWidth question

2014-09-11 Thread Rose, John B
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. W