Bug 99565

Summary: RFE: Add NameWidth=* to IndexOptions
Product: [Retired] Red Hat Linux Reporter: Wil Cooley <wcooley>
Component: httpdAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-07-31 13:13:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wil Cooley 2003-07-21 21:16:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
It would be nice if, by default, Apache would fully list file names in directory
indexes, rather than having to mouse-over and play mystery-meat navigation.  All
this requires is to add "NameWidth=*" to IndexOptions in httpd.conf and should
otherwise be harmless.

Version-Release number of selected component (if applicable):
httpd-2.0.40-21.3

How reproducible:
Always

Steps to Reproduce:
N/A   

Additional info:

Comment 1 Joe Orton 2003-07-31 13:13:49 UTC
The default httpd.conf has exactly that!

IndexOptions FancyIndexing VersionSort NameWidth=*

and it works fine here.