From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 03:35:23 2006 Return-Path: X-Original-To: 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 62F9C16A41F for ; Wed, 15 Mar 2006 03:35:23 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B5D43D53 for ; Wed, 15 Mar 2006 03:35:22 +0000 (GMT) (envelope-from huyslogic@gmail.com) Received: by pproxy.gmail.com with SMTP id o67so353367pye for ; Tue, 14 Mar 2006 19:35:21 -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; b=FAzYh+TCCi06jDqvPNNbnbzqaJJ8cs6yRlY2aKV+z5P05HsIB7P3KnGY8FRE4H4AUm7ee+3v07LOarhIr7hf5Text6arntE447GjHsqktXOEa3F9788NN4qHUlnqCeQ+gyxzyGjlPIcD0SMOrqrbSBrKpqJPfjTFnXSCSsC9gLM= Received: by 10.65.254.11 with SMTP id g11mr39626qbs; Tue, 14 Mar 2006 19:35:21 -0800 (PST) Received: by 10.65.181.12 with HTTP; Tue, 14 Mar 2006 19:35:19 -0800 (PST) Message-ID: <1cac28080603141935q48acde39k694be538a9815de5@mail.gmail.com> Date: Tue, 14 Mar 2006 22:35:19 -0500 From: "Huy Ton That" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Apache appears to not really be starting? 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: Wed, 15 Mar 2006 03:35:23 -0000 Installed apache2.2 I launch via apachectl w/: apachectl -k start -f /usr/local/etc/apache22/httpd.conf Edited httpd.conf and pointed the ips to 127.0.0.1:81 as I wanted to use this port for a specific reason. Executing this I get no errors however apache doesn't show under ps (notice= d this since I tried to do a stop and restart and just received the message: httpd (no pid file) not running :( ) After doing a tail /var/log/httpd-error.log I get the following output: [Tue Mar 14 22:25:26 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue Mar 14 22:25:26 2006] [alert] (EAI 8)hostname nor servname provided, o= r not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO" Configuration Failed [Tue Mar 14 22:26:32 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue Mar 14 22:26:32 2006] [alert] (EAI 8)hostname nor servname provided, o= r not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO" Configuration Failed [Tue Mar 14 22:28:00 2006] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Tue Mar 14 22:28:00 2006] [alert] (EAI 8)hostname nor servname provided, o= r not known: mod_unique_id: unable to find IPv4 address of "Orestes.CASO" Configuration Failed Also I've tried replacing 127.0.0.1 with the the ip address for the incomin= g connection nic card and I receive the same results. Would anyone have any clues as to what I may be missing? I also have Listen localhost:81 ServerName localhost:81