TheAlien
February 4th, 2010, 11:30 AM
Hi,
I've installed the LAMP software trough Ubuntu's repositories.
I've configures Apache to listen to localhost:80 as in Listen localhost:80 in ports.conf.
When i try to start Apache, I get this error:
(98)Address already in use:make_sock:could not bind to address 127.0.0.1:80
no listening sockets available, shutting down"I've searched Google for this problem and tried the following:
1. Look for multiple Listen localhost:80 lines/text within /etc/apache2/, but I've got only one and that is correct.
2. Removed all apps that have listened to localhost, including MYSQL and IPP.
3. Stopped avahi-daemon
I still get the error message when I start Apache.
Though, if I change the Apache's listen address to 127.0.1.1:80, it works. But I need to use 127.0.0.1:80.
All suggestions are very appreciated, thanks! :)
I've installed the LAMP software trough Ubuntu's repositories.
I've configures Apache to listen to localhost:80 as in Listen localhost:80 in ports.conf.
When i try to start Apache, I get this error:
(98)Address already in use:make_sock:could not bind to address 127.0.0.1:80
no listening sockets available, shutting down"I've searched Google for this problem and tried the following:
1. Look for multiple Listen localhost:80 lines/text within /etc/apache2/, but I've got only one and that is correct.
2. Removed all apps that have listened to localhost, including MYSQL and IPP.
3. Stopped avahi-daemon
I still get the error message when I start Apache.
Though, if I change the Apache's listen address to 127.0.1.1:80, it works. But I need to use 127.0.0.1:80.
All suggestions are very appreciated, thanks! :)