From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 15:42:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AAC816A42D for ; Thu, 2 Jun 2005 15:42:40 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E28D43D54 for ; Thu, 2 Jun 2005 15:42:39 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-149.dynamic.qsc.de [212.202.39.149]) by mail.efacilitas.de (Postfix) with ESMTP id 48D6B123979; Thu, 2 Jun 2005 17:41:09 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 829E912B0E5; Thu, 2 Jun 2005 17:41:10 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 23961-01; Thu, 2 Jun 2005 17:41:05 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id DE72712B082; Thu, 2 Jun 2005 17:41:04 +0200 (CEST) Message-ID: <429F2890.8080405@cs.tu-berlin.de> Date: Thu, 02 Jun 2005 17:41:04 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: philip@xms.co.za References: <1117750045.4230.45.camel@linux.site> In-Reply-To: <1117750045.4230.45.camel@linux.site> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-questions@freebsd.org Subject: Re: fresh port install off apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 15:42:41 -0000 Philip Wege wrote: > Did a fresh port install , added apache to rc.conf , apache says it > starts up but it just doesn't start up , anyone had this before ? > > diesel-electric# /usr/local/etc/rc.d/apache.sh start > Starting apache. > diesel-electric# /usr/local/etc/rc.d/apache.sh start > Starting apache. > diesel-electric# /usr/local/etc/rc.d/apache.sh stop > apache not running? (check /var/run/httpd.pid). Hello, the output of tail /var/log/httpd-error.log might be helpful. Show it. Regards Björn