You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nick Kew <ni...@webthing.com> on 2010/04/03 10:59:38 UTC

Re: [users@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

On 2 Apr 2010, at 17:22, Ravi Roy wrote:

> 1.Command : $ sudo /etc/rc.d/init.d/httpd start
>  
> Error Message :
>  
> Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

You might have another instance running, in which case you should
check your packager's documentation, or go to your distro's support list.

The other possibility is that you have more than one Listen directive
for port 80.  Then the first one starts listening, and the second causes
an error.

-- 
Nick Kew
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org