From owner-freebsd-questions@freebsd.org Thu Jun 23 13:36:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0841EAC5161 for ; Thu, 23 Jun 2016 13:36:29 +0000 (UTC) (envelope-from martin@marketbridge.com) Received: from mail.marketbridge.com (mail.marketbridge.com [72.143.76.50]) by mx1.freebsd.org (Postfix) with ESMTP id C7AE72751 for ; Thu, 23 Jun 2016 13:36:28 +0000 (UTC) (envelope-from martin@marketbridge.com) Received: from www.marketbridge.com (mail.marketbridge.com [10.1.1.130]) by mail.marketbridge.com (Postfix) with ESMTP id A8E1DBDD0A0; Thu, 23 Jun 2016 09:36:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marketbridge.com; s=mail; t=1466688985; bh=H26KSMxdwQl755flC4JZxYs9jAYjZF8P9UIuKa7ldOo=; h=In-Reply-To:References:Date:Subject:From:To:Cc; b=ZxSXB22VSbrFQNvph+1ZWcPvPUu4q+ZTMOAS0R1pXkCENpboIfRsekFngbQ0nDxzb gr6liCbVpFEnQ6AzimxpminqoOuLUqnzVSFQ7UQYhZVe35PikZuX1sJfY9rb4WG9QH j1Aq3tEdKxjzAtL+Twn2hlqSQvunQvL6xUNZJMIg= Received: from 72.1.197.162 (SquirrelMail authenticated user martin@marketbridge.com) by www.marketbridge.com with HTTP; Thu, 23 Jun 2016 09:36:25 -0400 Message-ID: In-Reply-To: <20160623132215.GA76618@neutralgood.org> References: <20160622222544.b69f5656.freebsd@edvax.de> <45e94e64d8cfb76451766d23bfe8af46.squirrel@www.marketbridge.com> <20160623132215.GA76618@neutralgood.org> Date: Thu, 23 Jun 2016 09:36:25 -0400 Subject: Re: FreeBSD 9.3, Apache 2.4 and IPv6 Issue. - Progress Made From: martin@marketbridge.com To: "Kevin P. Neal" Cc: freebsd@edvax.de, freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 13:36:29 -0000 Hi Kevin, Yes and yes... I tried: Listen [::]:80 Listen 80 Listen 443 Listen [2001:470:b008::2]:80 Listen 80 Listen 443 ServerName mail.blahblah.com:80 I may also try upgrading Apache. > On Wed, Jun 22, 2016 at 07:39:58PM -0400, martin@marketbridge.com wrote: >> >> Well, made some progress.. services (Except apache) are indeed running >> over IPv6. All my DNS is fixed. Forward and Reverse works locally for >> IPv6 forward and reverse DNS resolution. >> >> But still have not figured out that error below: >> >> Performing sanity check on apache24 configuration: >> [Wed Jun 22 19:36:37.057692 2016] [core:crit] [pid 3314] (EAI 8)hostname >> nor servname provided, or not known: AH00077: alloc_listener: failed to >> set up sockaddr for [2001:470:b008::2] >> AH00526: Syntax error on line 54 of /usr/local/etc/apache24/httpd.conf: >> Listen setup failed > > Did you specify a fully qualified hostname to any ServerName directives? > > Did you put the IPv6 address in [brackets] on any Listen directives? > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > "14. Re-reading No. 13, I realize that it's quite possible I'm losing my > mind. I'm glad that for the most part I'm not aware it's happening." > -- from "20 things I'm thankful for": Fortune, Nov 29, 2004, page 230 >