Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 51004 invoked by uid 500); 21 Jan 2003 14:39:09 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50976 invoked from network); 21 Jan 2003 14:39:08 -0000 Received: from 24-116-84-31.cpe.cableone.net (HELO mail.kcmria.com) (24.116.84.31) by 208.185.179.12.available.above.net with SMTP; 21 Jan 2003 14:39:08 -0000 Received: from site13 ([192.168.1.25]) by mail.kcmria.com (8.11.6/8.11.6) with SMTP id h0LEdD703636 for ; Tue, 21 Jan 2003 08:39:13 -0600 Message-ID: <006901c2c15a$61d6a6f0$1901a8c0@site13> From: "Kenny G. Dubuisson, Jr." To: References: <20030117222315.33549.qmail@web12808.mail.yahoo.com> <023d01c2be7c$5964b6f0$1901a8c0@site13> Date: Tue, 21 Jan 2003 08:35:44 -0600 Organization: Keystone Capital Management 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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Subject: Re: [users@httpd] httpd start at boot time. Instead of criticizing people's posts...why not post something constructive? This script works for me perfectly so there is nothing "silly" about it. Kenny ----- Original Message ----- From: "Joshua Slive" To: Sent: Friday, January 17, 2003 7:21 PM Subject: Re: [users@httpd] httpd start at boot time. > > On Fri, 17 Jan 2003, Kenny G. Dubuisson, Jr. wrote: > > > Here is part of a doc I wrote with my startup script and links on a Red Hat > > Linux 7.3 system: > > k. Created an auto-start script named apache in the /etc/rc.d/init.d > > directory with the following contents: > > #!/bin/sh > > case "$1" in > > start) > > echo -n "Starting Apache: " > > Isn't that kind of silly? You are just passing through all the options > directly to apachectl. So why not just use apachectl itself as the init > script? > > Joshua. > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org