[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Slightly Off-Topic HTTP question.
- Subject: Re: [cobalt-users] Slightly Off-Topic HTTP question.
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Thu May 11 09:39:40 2000
- Organization: Pomfret Computer Technologies
----- Original Message -----
From: "Dom Latter" <d.latter@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, May 11, 2000 12:26 PM
Subject: [cobalt-users] Slightly Off-Topic HTTP question.
> I've looked at RFC 1945 and RFC 2068 but I can't see any reference to the
> fact that a server should return index.html if it gets a request for a
> directory.
>
> Does anyone know where this gets defined?
Within your httpd.conf file, search for a line that starts with
'DirectoryIndex'. You can define multiple directory index files, separated
by spaces (I have 10). You can also define this option on a per VirtualHost
basis if necessary.
BC