Subject: Re: Error binding
To: Reinier Jonker <rjgjonker@xs4all.nl>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 11/01/2002 17:16:18
Reinier Jonker <rjgjonker@xs4all.nl> writes:

> After successfully building and booting a custom kernel on my Mac68k
> box, I'm not able to start Apache anymore. I get the following error:
> 
> (48)Address already in use: make_sock: could not bind to address
> 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> 
> Networking in general does work, though. What shouldn't I have
> disabled? This is the networking part of my config file:

I'm not sure it is your kernel. Try doing a netstat -f inet -a and see
if anything else is indeed listening to the port.

Perry