From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 22:43:10 2004 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 BCDA716A4CE for ; Tue, 28 Dec 2004 22:43:10 +0000 (GMT) Received: from smtp9.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3617143D46 for ; Tue, 28 Dec 2004 22:43:10 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0912.wanadoo.fr (SMTP Server) with SMTP id B18AD1C005FC for ; Tue, 28 Dec 2004 23:43:08 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf0912.wanadoo.fr (SMTP Server) with ESMTP id 980C31C005E8 for ; Tue, 28 Dec 2004 23:43:08 +0100 (CET) Date: Tue, 28 Dec 2004 23:43:08 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <726672575.20041228234308@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: References: <19310730556.20041226034538@wanadoo.fr> <20041225221100.3f92576f.wmoran@potentialtech.com> <8210530123.20041228223013@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Starting Apache 2.0.52 in rc.conf under FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 22:43:10 -0000 Joshua Lokken writes: JL> I have apache2 working fine on FreeBSD 5.2.1-RELEASE-p13. JL> In /etc/rc.conf I have a line that reads: JL> JL> apache2_enable="YES" JL> JL> and in /usr/local/etc/rc.d, I have: JL> JL> -rwxr-x--x 1 root wheel 183 Dec 28 13:55 000.apache2libs.sh JL> -rwxr-x--x 1 root wheel 2047 Dec 28 13:55 apache2.sh JL> JL> Apache2 starts normally at boot time. Thanks ... but what exactly do these two .sh files contain? -- Anthony