From owner-freebsd-questions Sun Nov 15 19:51:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12203 for freebsd-questions-outgoing; Sun, 15 Nov 1998 19:51:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from oz.phear.net (slwag1p12.ozemail.com.au [203.108.157.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12198 for ; Sun, 15 Nov 1998 19:51:11 -0800 (PST) (envelope-from jim@phrantic.phear.net) Received: from localhost (jim@localhost) by oz.phear.net (8.9.1a/8.9.1) with ESMTP id OAA04778; Mon, 16 Nov 1998 14:50:30 +1100 (EST) Date: Mon, 16 Nov 1998 14:50:29 +1100 (EST) From: Jim Mock To: songbird cc: freebsd-questions@FreeBSD.ORG Subject: Re: Web Server Apache In-Reply-To: <364F9DC5.5611@cnwl.igs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 15 Nov 1998, songbird wrote: > I just installed Free BSD 3 on a new system and would like to run Apache > as the web server software. > > I downloaded it as an option in the Free BSD 3 configuration, but do not > know where to find the zipped files? > > Are they already unzipped after downloading or is there anything special > that has to be done to get Apache working?? > If you installed the package during installation, then yes, it should be installed. At the prompt type whereis httpd, or you can use find.. find / -name httpd -print You'll need to edit httpd.conf to configure Apache for your site. Most versions of Apache install the conf files to /usr/local/etc/apache. See the Apache FAQ at http://www.apache.org/ for info on configuring it and more details. Jim : Jim Mock | [jim@phrantic.phear.net] : : Phear Networks | web: http://www.phear.net/ : : A franchise of Triax, Inc. | ----------------------------- : : Web Site Design & Hosting | FreeBSD: The Power to Serve : : Wagga Wagga, NSW Australia | http://www.freebsd.org/ : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message