From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 21:53:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1121637B401 for ; Wed, 9 Jul 2003 21:53:17 -0700 (PDT) Received: from zim.0x7e.net (zim.0x7e.net [203.38.184.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0345043FDF for ; Wed, 9 Jul 2003 21:53:16 -0700 (PDT) (envelope-from listone@deathbeforedecaf.net) Received: from goo.0x7e.net ([203.38.184.164] helo=goo) by zim.0x7e.net with smtp (Exim 3.36 #1) id 19aTQd-0001C4-00; Thu, 10 Jul 2003 14:23:11 +0930 Message-ID: <008401c3469f$29e0f960$a4b826cb@goo> From: "Rob" To: "DanB" , "freebsd" References: <3F0CED75.6F4730C4@chatusa.com> Date: Thu, 10 Jul 2003 14:23:10 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Subject: Re: Apache 4.8 Stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 04:53:17 -0000 Only essential software is in the base system - for something like Apache, you have to install it from the ports collection. Here's a walk-through... Install the apache package: * If you have the 4 CD set for 4.8-RELEASE, mount CD 4 and do pkg_add /cdrom/packages/www/apache-1.3.27_4.tgz * If you don't, then do cd /usr/ports/www/apache13 make install Make a config file: cd /usr/local/etc/apache cp httpd.conf.default httpd.conf vi httpd.conf Enable the startup script: cd /usr/local/etc/rc.d cp apache.sh.default apache.sh Start apache: /usr/local/etc/rc.d/apache.sh start And you're done! ----- Original Message ----- From: "DanB" To: "freebsd" Sent: Thursday, July 10, 2003 2:07 PM Subject: Apache 4.8 Stable > Is Apache software built in like sendmail? How do you start it? > > Dan > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >