Question #173555 on apache2 in Ubuntu changed: https://answers.launchpad.net/ubuntu/+source/apache2/+question/173555
Mark Fortescue posted a new comment: The problem was a configuration issue in ports.conf. Listen 80 tries to open all 127.*.*.*:80 ports not just 127.0.0.1:80 Changing ports.conf to Listen only on 127.0.0.1:80 fixes the issue. This may indicate something else is incorrectly configured somewhere but reverting all configuration to default values does not fix it so it may be a software or just bad default configuration files. -- You received this question notification because you are a member of Ubuntu Server/Client Support Team, which is an answer contact for apache2 in Ubuntu. -- Mailing list: https://launchpad.net/~enterprise-support Post to : [email protected] Unsubscribe : https://launchpad.net/~enterprise-support More help : https://help.launchpad.net/ListHelp

