<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christian Riesen &#187; Apache</title>
	<atom:link href="http://christianriesen.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://christianriesen.com</link>
	<description>Life and work in the information and communication age</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:52:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>(128)Network is unreachable: connect to listener on [::]:80</title>
		<link>http://christianriesen.com/2009/10/128network-is-unreachable-connect-to-listener-on-80/</link>
		<comments>http://christianriesen.com/2009/10/128network-is-unreachable-connect-to-listener-on-80/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 11:24:53 +0000</pubDate>
		<dc:creator>Christian Riesen</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Solaris 10]]></category>

		<guid isPermaLink="false">http://christianriesen.com/?p=87</guid>
		<description><![CDATA[Apache has been giving me some interesting errors lately. In debugging I have come across a bunch of these in the otherwise largely ignored errors log.

(128)Network is unreachable: connect to listener on :80
(128)Network is unreachable: connect to listener on :443

So what does it mean? No idea. But I found the solution in the end ...]]></description>
			<content:encoded><![CDATA[<p>Apache has been giving me some interesting errors lately. In debugging I have come across a bunch of these in the otherwise largely ignored errors log.</p>
<p><code>(128)Network is unreachable: connect to listener on [::]:80<br />
(128)Network is unreachable: connect to listener on [::]:443</code></p>
<p>So what does it mean? No idea. But I found the solution in the end to be to change the listen config.</p>
<p><code>Before: Listen 80<br />
After:  Listen 0.0.0.0:80</code></p>
<p>Same for 443 and you wont see those messages ever again. Oh and this happened under Solaris 10 by the way, never saw this on any other machine.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://christianriesen.com/2009/10/128network-is-unreachable-connect-to-listener-on-80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

