From owner-freebsd-questions Mon Feb 12 08:33:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08969 for questions-outgoing; Mon, 12 Feb 1996 08:33:01 -0800 (PST) Received: from condor.physics.montana.edu (condor.physics.montana.edu [153.90.240.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA08951 for ; Mon, 12 Feb 1996 08:32:50 -0800 (PST) Received: (from handy@localhost) by condor.physics.montana.edu (8.6.12/8.6.12) id JAA01329; Mon, 12 Feb 1996 09:30:58 -0700 Date: Mon, 12 Feb 1996 09:30:57 -0700 (MST) From: Brian Handy To: Dale Benzer cc: questions@freebsd.org Subject: Re: Apache startup Page In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk > Can anyone tell me where in the conf files I can designate a page to > automatically load when users access my apache server? Right now, > they just get an index. In srm.conf, you should have a line similar to: DirectoryIndex welcome.html --where "welcome.html" is the default file to load when a directory is specified. There may be other ways to handle this...but I just have a "welcome.html" file in my httpd docs top directory. Happy Trails, Brian