Faqts : Business : Internet : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

21 of 35 people (60%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

When I hit localhost on Apache I recieve a listing of files in /etc/httpd/html directory instead of my default page, what am I doing wrong?

May 5th, 2001 10:02
Christoph Vogel, Tony Suarez,


There is no DirectoryIndex setting in effect for this directive. Check 
out this setting and generate an appropriate page or add a new entry to 
the list provided by DirectoryIndex. Otherwise you should set "Options -
Indexes" for this directory if you don't want it to show the directory 
content when there is no DirectoryIndex available.