1. Technology

Error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 on Ubuntu [SOLVED]

Pre-Flight Check
  • These instructions are intended specifically for solving the error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
  • I’ll be working from both Liquid Web Core Managed Ubuntu 12.04 LTS and 14.04 LTS servers, and I’ll be logged in as root.

Option #1: Multiple ‘Listen’ Directive Entries in Configuration Files

In some cases the (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error could be caused by multiple Listen directives attempting to bond to the same port (port 80 in this case). We’ll take a look at the configuration files to verify whether or not this may be the case.

For both Ubuntu 12.04 LTS and Ubuntu 14.04 LTS search the following configuration file:

grep Listen /etc/apache2/ports.conf

which for my search resulted in:

Listen 80
Listen 81
Listen 80
Listen 443
Listen 443

It looks like there are two Listen directives for port 80 and port 443, but we’re only concerned about port 80, per the error we received (0.0.0.0:80). Edit the file, and correct the duplicate Listen directive.

For a refresher on editing files with vim see: New User Tutorial: Overview of the Vim Text Editor

vim /etc/apache2/ports.conf

Option #2: Another Process is Already Using Port 80

Evaluate which process(es) may be using port 80 with the following:

Use:

fuser -n tcp 80

in combination with:

ps aux | grep PID

(with PID equal to the ports listed with the fuser command) to evaluate which process is associated with the PIDs using port 80.

Or, use the following one-liner:

ss -plnt sport eq :80

Then, kill of the offending process(es).

Want to Try This Tutorial?

Launch a Free* Storm Server

*For new customers only

<!– –><!– –>

Thank you. Your request has been submitted and we’ll be sending you a $75 Storm coupon shortly!

No Comments
Comments to: Error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 on Ubuntu [SOLVED]

Recent Articles

Good Reads

Fuel is one of the most significant operating expenses for many businesses that manage commercial vehicles. Trucks, buses, delivery vans, construction vehicles, and service fleets can consume large quantities of fuel every day. Simply knowing how much fuel was purchased does not always provide a complete picture of fuel usage. Businesses also need to understand […]
Student transportation requires careful planning, reliable communication, and strong operational control. Schools and transportation providers need to know where buses are, whether they are following scheduled routes, and whether transportation services are operating as planned. A School Bus Tracking System uses GPS technology to provide real-time visibility into school buses. Transportation managers can monitor bus […]

Worlwide

Overview VipsPM – Project Management Suite is a Powerful web-based Application. VipsPM is a perfect tool to fulfill all your project management needs like managing Projects, Tasks, Defects, Incidents, Timesheets, Meetings, Appointments, Files, Documents, Users, Clients, Departments, ToDos, Project Planning, Holidays and Reports. It has simple yet efficient layout will make managing projects easier than […]
Fuel is one of the most significant operating expenses for many businesses that manage commercial vehicles. Trucks, buses, delivery vans, construction vehicles, and service fleets can consume large quantities of fuel every day. Simply knowing how much fuel was purchased does not always provide a complete picture of fuel usage. Businesses also need to understand […]
Student transportation requires careful planning, reliable communication, and strong operational control. Schools and transportation providers need to know where buses are, whether they are following scheduled routes, and whether transportation services are operating as planned. A School Bus Tracking System uses GPS technology to provide real-time visibility into school buses. Transportation managers can monitor bus […]
The logistics industry depends on speed, reliability, and efficient transportation. Companies need to move goods safely while controlling fuel expenses, managing drivers, maintaining vehicles, and meeting delivery schedules. Managing these activities becomes increasingly difficult as the number of vehicles and deliveries grows. A GPS Tracking System gives logistics companies real-time visibility into their vehicles and […]

Trending

Turquoise Jewelry is one of the ancient healing stones used for personal adornment and astrological benefits. The rare greenish blue-colored pectolite is celebrated for its enchanting powers among many crystal lovers. It is a hydrated phosphate of copper and aluminum that ranks 5 to 6 on the Mohs hardness scale. It is deemed a protective […]