Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 5789 invoked from network); 28 Dec 2005 23:58:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Dec 2005 23:58:28 -0000 Received: (qmail 65624 invoked by uid 500); 28 Dec 2005 23:58:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 65551 invoked by uid 500); 28 Dec 2005 23:58:22 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 65531 invoked by uid 99); 28 Dec 2005 23:58:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 15:58:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of trawick@gmail.com designates 64.233.162.207 as permitted sender) Received: from [64.233.162.207] (HELO zproxy.gmail.com) (64.233.162.207) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 15:58:20 -0800 Received: by zproxy.gmail.com with SMTP id x3so1699046nzd for ; Wed, 28 Dec 2005 15:58:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bhGgQeC2VLI2UHhyftppn+56EUgboRqUeHA3p9JR517DCu6URoN/+0CjqkE7Zvw7gCoWcbXs8+BVABg/Q7Z2nex9VyebdyVwi79hV0rhEsL1z/+a2CuS3/I0w1I706kem6t3AZoEjWL89XI+hws1hpi8TuLmQHwTBlneS/WoA7o= Received: by 10.37.15.25 with SMTP id s25mr6036332nzi; Wed, 28 Dec 2005 15:58:00 -0800 (PST) Received: by 10.36.71.8 with HTTP; Wed, 28 Dec 2005 15:57:59 -0800 (PST) Message-ID: Date: Wed, 28 Dec 2005 18:57:59 -0500 From: Jeff Trawick To: dev@httpd.apache.org Subject: Re: Apache 2.2.0 Listen Directive In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 12/28/05, Fenlason, Josh wrote: > > I'm running into an issue where Apache 2.2.0 on AIX won't start if there = is > more than one Listen directive. Does it get better if you code Listen 0.0.0.0:port1 Listen 0.0.0.0:port2 ? What version of AIX (unclear that it matters)? Can you send me truss of startup using the failure configuration? truss -o /tmp/startup -f bin/apachectl start