Bug 26926

Summary: httpd.conf created with more default directory indexes
Product: [Retired] Red Hat Linux Reporter: Jeremy Katz <katzj>
Component: apacheconfAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: jrb, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-13 14:50:43 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 Jeremy Katz 2001-02-10 07:25:20 UTC
httpd.conf from apacheconf was created with: "DirectoryIndex index.html
index.htm index.shtml index.php index.php4 index.php3"  according to
apacheconf, Virtual Hosts -> Edit default settings -> Site configuration,
search list should only include index.html index.htm and index.shtml.
Default virtual host config shows the same info

This is with apacheconf-0.63-1

Comment 1 Glen Foster 2001-02-12 23:10:07 UTC
This defect is considered MUST-FIX for Florence Gold release

Comment 2 Phil Knirsch 2001-02-13 16:44:47 UTC
Fixed in CVS, included in next built.

Removed global DirectoryIndex. That way apache default directory index will be
used for the global server. Might need a different solution in the future...

Read ya, Phil