Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 1999 20:52:16 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Langa Kentane <evablunted@earthling.net>
Cc:        FreeBSD <Freebsd-questions@freebsd.org>
Subject:   Re: Apache start up
Message-ID:  <19990915205216.A390@marder-1>
In-Reply-To: <000501beff0b$4c283860$d5ce07c4@impakt>; from Langa Kentane on Wed, Sep 15, 1999 at 12:49:12AM %2B0200
References:  <000501beff0b$4c283860$d5ce07c4@impakt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 15, 1999 at 12:49:12AM +0200, Langa Kentane wrote:
> Got a simple problem with apache.  I don't how to start it up. Should I be
> using inetd.conf or what.. if so, can you please tell me what line to add to
> inetd.conf
> 

When I installed apache it added ``apache.sh'' to /usr/local/etc/rc.d.
The file simply contains:

#!/bin/sh
[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > /dev/null
&& echo -n ' apache'

Make sure that /usr/local/etc/rc.d is included in the ``local_startup=''
line in /etc/defaults/rc.conf.

HTH

> Cheers
> 
> Langa Kentane
> Manager: Network Operations
> Sunshine Networks
> Tel +27 82 928 1952
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
STATE-OF-THE-ART: Any computer you can't afford.
OBSOLETE: Any computer you own.
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org              http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990915205216.A390>