From owner-freebsd-isp Wed Mar 20 14:33:10 2002 Delivered-To: freebsd-isp@freebsd.org Received: from floyd.getsetnet.net (floyd.gnulife.org [199.86.41.27]) by hub.freebsd.org (Postfix) with ESMTP id 97FB937B400 for ; Wed, 20 Mar 2002 14:33:05 -0800 (PST) Received: by floyd.getsetnet.net (Postfix, from userid 1000) id 0C560432B4; Wed, 20 Mar 2002 16:34:04 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by floyd.getsetnet.net (Postfix) with ESMTP id 07CED432B3 for ; Wed, 20 Mar 2002 16:34:04 -0600 (CST) Date: Wed, 20 Mar 2002 16:34:03 -0600 (CST) From: Jamie Ostrowski To: freebsd-isp@FreeBSD.ORG Subject: Problem with Starting httpd on FreeBSD Message-ID: <20020320162009.J4440-100000@floyd.getsetnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am building a new web server for an ISP, and I am having trouble getting Apache to start up automatically when the machine comes up. I am running FreeBSD 4.5 RELEASE on a 1GHz PIII. I have installed apachectl in /usr/local/etc/rc.d, and set it to 755. I can start apache from the command manually in that directory like this: /usr/local/etc/rc.d/apachectl start and it comes up just fine. It does take about 15 seconds for it to start as there are a couple hundred virtual hosts it is starting up. Is init giving up after a certain length of time, before apachectl has time to finish firing up httpd? If so, is there a way this can be configured? I can't seem to locate any documentation that covers this specific problem. Thanks. - Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message