From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 16:45:21 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 E5E7516A41F for ; Fri, 5 Aug 2005 16:45:21 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from mail.liquidation.com (mail.liquidation.com [65.196.108.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A82B243D49 for ; Fri, 5 Aug 2005 16:45:16 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [10.0.0.254] (everything.liquidation.com [65.196.108.171]) (authenticated bits=0) by mail.liquidation.com (8.12.9/8.12.9) with ESMTP id j75GqHum017510 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 5 Aug 2005 12:52:18 -0400 Message-ID: <42F397E4.5090704@p6m7g8.com> Date: Fri, 05 Aug 2005 12:46:28 -0400 From: "Philip M. Gollucci" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bryan Maynard References: <200508041026.40923.bryan.maynard@reallm.com> In-Reply-To: <200508041026.40923.bryan.maynard@reallm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.863, required 5, AWL 0.04, BAYES_00 -4.90) Cc: Questions Subject: Re: Apache problems 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: Fri, 05 Aug 2005 16:45:22 -0000 Bryan Maynard wrote: > I know this isn't directly freebsd related, but this list has been good > to me before. > > I am running 5-STABLE. I installed Apache 2.1.4 using make install clean > after updating my ports collection. Everything seemed to go fine. I > then installed mod_php5 via make install clean. I added 192.168.1.102 > thereallm.org to my /etc/hosts file (I am testing this box before I > send it out for co-located hosting). When I run apachectl start I get > no errors - even with -e, but there's no pid for apache or httpd in top > (via "top | grep httpd" or "top | grep apache"). Whats in the error_log file ? Me thinks it might be mod_uniquie_id complaining based on your setup. HTH