From owner-freebsd-questions Mon Apr 15 23:33:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.ucs.unimelb.edu.au (ariel.ucs.unimelb.edu.au [128.250.20.3]) by hub.freebsd.org (Postfix) with ESMTP id 341A537B419 for ; Mon, 15 Apr 2002 23:33:12 -0700 (PDT) Received: from [128.250.18.60] (ws18-60.its.unimelb.edu.au [128.250.18.60]) by ariel.ucs.unimelb.edu.au (8.11.0/8.9.3) with ESMTP id g3G6XA710942 for ; Tue, 16 Apr 2002 16:33:10 +1000 (EST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 16 Apr 2002 16:32:18 +1000 Subject: stuipid question - safe way to start apache in rc.d From: f3z To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have compiled apache from source (so that I can do customisations and the like) and would like it to start at boot time, what sort of script should I put in rc.d? I already have some rather complicated mysql ones in there . . . would there be any problem with just saying: #!/bin/sh /dir/httpd/bin/apachectl startssl Thanks in advance, Jacob Rhoden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message