[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Will any Red Hat book do?
- Subject: Re: [cobalt-users] Will any Red Hat book do?
- From: "Ray Symons" <lists@xxxxxxxxxxxx>
- Date: Sun May 26 11:05:45 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > I think he wants the default web page to be main.asp not index.html,
> > which means editing DirectoryIndex in srm.conf.
>
> It would be nice to be able to have multiple possible starting documents. I
> imagined there would be a file that told Apache what files to look for and
There is. That is what the above section of srm.conf does exactly. It is here:
/etc/httpd/conf
The section you need looks like this:
DirectoryIndex index.html index.htm index.shtml home.html home.htm default.html
default.htm...
rks