Date: Thu, 23 Jun 2016 11:43:16 -0400 From: martin@marketbridge.com To: "Kevin P. Neal" <kpn@neutralgood.org> Cc: "Polytropon" <freebsd@edvax.de>, freebsd-questions@freebsd.org Subject: Re: FreeBSD 9.3, Apache 2.4 and IPv6 Issue - [SOLVED] Message-ID: <e9ba485627c337356235d871cb07390c.squirrel@www.marketbridge.com> In-Reply-To: <20160623132215.GA76618@neutralgood.org> References: <d47552fe5baa2ec39f760695a991d92f.squirrel@www.marketbridge.com> <20160622222544.b69f5656.freebsd@edvax.de> <45e94e64d8cfb76451766d23bfe8af46.squirrel@www.marketbridge.com> <20160623132215.GA76618@neutralgood.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Seeing I posted to the FreeBSD universe, least I can do is respond. For those of you running into this issue, the problem is apr. I cannot remember what version of apr I was on.. it was not old.. BUT it did not support IPv6 properly .. you need the following: apr-1.5.2.1.5.4 Make sure have the new port, under the port (potentially remove the old port), make rmconfig, make deinstall (if you have fresh ports and there's confusion on what's actually running and the port version), make install clean. Worked for me! FINALLY > 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e9ba485627c337356235d871cb07390c.squirrel>