From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 23:55:48 2006 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 8DCAE16A420 for ; Mon, 6 Mar 2006 23:55:48 +0000 (GMT) (envelope-from pgoldone@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABF643D6D for ; Mon, 6 Mar 2006 23:55:48 +0000 (GMT) (envelope-from pgoldone@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so1272204wri for ; Mon, 06 Mar 2006 15:55:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LZQ7FHAT1tKwHHZpx22DOmKV78W3eAVKQqAuXazUa37PIiyruWYt/fqRqElzXpaCrYKO9piy6oMToczkDk+Vf5891YcTr3QCKQfXEmAe5q3C/1cI/kRxfGDdu+QX5wPPHNIwc/pnnpgOkurN90CuD/XuxB5FYc8QWG0Kf39BAVk= Received: by 10.64.96.20 with SMTP id t20mr116270qbb; Mon, 06 Mar 2006 15:55:47 -0800 (PST) Received: by 10.64.47.11 with HTTP; Mon, 6 Mar 2006 15:55:47 -0800 (PST) Message-ID: <96341e070603061555rd800381gae7a0fcfc49487c8@mail.gmail.com> Date: Mon, 6 Mar 2006 21:55:47 -0200 From: Pgold To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Mon, 06 Mar 2006 23:55:48 -0000 Hi guys, i'm trying to start apache using: apachectl start. But apache simply won't start, configurations files seems ok. If I try httpd -X i receive a Segmentation fault(core dumped). Anyone know what this could be? Nor help debugging the core output? Apache installed using ports/www/apache22 Thanks in advance, Pedro.