From owner-freebsd-questions Wed Sep 15 11:40:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id EFCE314C56 for ; Wed, 15 Sep 1999 11:40:43 -0700 (PDT) (envelope-from dr@domix.de) Received: from domix.de (dial4-74.netcologne.de [195.14.233.74]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id UAA19008; Wed, 15 Sep 1999 20:40:35 +0200 (MET DST) Received: (from dr@localhost) by domix.de (8.9.3/8.9.3) id UAA58961; Wed, 15 Sep 1999 20:38:56 +0200 (CEST) (envelope-from dr) Date: Wed, 15 Sep 1999 20:38:56 +0200 From: Dominik Rothert To: Langa Kentane Cc: Freebsd-questions@FreeBSD.ORG Subject: Re: Apache start up Message-ID: <19990915203856.A58923@speed.localnet.lan> References: <000501beff0b$4c283860$d5ce07c4@impakt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <000501beff0b$4c283860$d5ce07c4@impakt> X-Encryption: PGP/GnuPG key available X-URL: http://www.domix.de X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 I suggest you using 'apachectl' in order to start it up. Enter 'apachectl' to get an overview of available apachectl-commands. If you want apache to be started on every boot up, do this as root at the command line: echo '/usr/local/bin/apachectl start' >>/etc/rc.local && chmod 0755 /etc/rc.local Best wishes, Dominik Rothert. -- Dominik Rothert E-Mail: dr@domix.de WWW: http://www.domix.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message