Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > Web Server > Issue <<  56 of 73 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 9466
Last update: 11-02-06
Issue:
Why does my system fail to start Apache with the error "Address already in use: make_sock: could not bind to address [::]:80"?
Resolution:
Symptoms:
  1. When starting httpd, it returns the error message:
    "Address already in use: make_sock: could not bind to address [::]:80"
    
  2. netstat shows an unidentified process listening on port 80:
    tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -

Solution:
Make sure that the tux service is not running. It will not show up in the result of the command ps but the command service tux status will show if it is running.

Tux is a kernel-based high performance HTTP server. To turn it off, execute the following commands:

service tux stop
chkconfig tux off

Now try starting Apache and it should succeed otherwise, continue troubleshooting.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > Web Server > Issue <<   56  of  73  >>