(128)Network is unreachable: connect to listener

Published on November 10, 2009

Apache went down and logged these errors in error log. The operating system was Solaris 10.

[Thu November  1 15:49:04 2009] [warn] (128)Network is unreachable: connect to listener on [::]:443

The solution is simple. Change this:

Listen 80

to

Listen 0.0.0.0:80

Similarly, if you have a Listen directive for the SSL port 443, change Listen 443 to Listen 0.0.0.0:443.

Restart Apache and you won't see these errors again hopefully.

Related Posts

If you have any questions, please contact me at arulbOsutkNiqlzziyties@gNqmaizl.bkcom. You can also post questions in our Facebook group. Thank you.

Disclaimer: Our website is supported by our users. We sometimes earn affiliate links when you click through the affiliate links on our website.

Published on November 10, 2009