From owner-freebsd-questions Sun Dec 8 16:47:55 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA04117 for questions-outgoing; Sun, 8 Dec 1996 16:47:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA04112 for ; Sun, 8 Dec 1996 16:47:53 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.3/8.6.12) with SMTP id QAA04193; Sun, 8 Dec 1996 16:47:48 -0800 (PST) Date: Sun, 8 Dec 1996 16:47:47 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Wan Suzianee Wan Sulaiman cc: questions@freebsd.org Subject: Re: Setup Webs Server In-Reply-To: <32A89526.7F93@tm.net.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 6 Dec 1996, Wan Suzianee Wan Sulaiman wrote: > I just wondering how to setup webs server......Please give me the > details information (step by step to setup the server) 1. Install apache. Apache is the de facto standard web server for FreeBSD. use 'pkg_add'. 2. I believe that by default, /usr/local/www/data/ is the top level of the server. Ie, put your homepage as 'index.html' there. Youwill want to poke around the configuration files in www/server/conf and make sure they are in order. 3. Edit /etc/rc.local. Add the line /usr/local/etc/httpd to start teh server automatically at boot. That should do it. Pretty easy. See the Apache documentation (and link to NCSA httpd docs) at http://www.apache.org/ Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major