*Hi, is there any way I can increase the width of the "name" column in an apache dir listing? When I have files with long names, it truncates it to about 20 characters, i.e. "this is a long filena....." kind of idea I'd just like to make the column wider. NameWidth=[n | *] (Apache 1.3.2 and later) The NameWidth keyword allows you to specify the width of the filename column in bytes. If the keyword value is '*', then the column is automatically sized to the length of the longest filename in the display. and I find these in the source for mod_autoIndex, IndexOptions, NameWidth, DescriptionWidth So I would guess that you *might* be able to add IndexOptions FancyIndexing NameWidth=30 in your httpd.conf?