The following reply was made to PR general/3243; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: Gregg Brekke <[EMAIL PROTECTED]>
Cc: Apache bugs database <[EMAIL PROTECTED]>
Subject: Re: general/3243: Address already in use: make_sock: could not
 bind to port 80
Date: Mon, 19 Oct 1998 11:29:43 -0700 (PDT)

 On Mon, 19 Oct 1998, Gregg Brekke wrote:
 
 > [EMAIL PROTECTED] wrote:
 > > 
 > > [In order for any reply to be added to the PR database, ]
 > > [you need to include <[EMAIL PROTECTED]> in the Cc line ]
 > > [and leave the subject line UNCHANGED.  This is not done]
 > > [automatically because of the potential for mail loops. ]
 > > [If you do not include this Cc, your reply may be ig-   ]
 > > [nored unless you are responding to an explicit request ]
 > > [from a developer.                                      ]
 > > [Reply only with text; DO NOT SEND ATTACHMENTS!         ]
 > > 
 > > Synopsis: Address already in use: make_sock: could not bind to port 80
 > > 
 > > State-Changed-From-To: open-feedback
 > > State-Changed-By: marc
 > > State-Changed-When: Mon Oct 19 10:28:46 PDT 1998
 > > State-Changed-Why:
 > > Erm... how are you shutting Apache down?
 > > 
 > > Are there any httpd processes still running after you
 > > shut it down?
 > > 
 > > What does netstat -na show for sockets on port 80?
 > 
 > I shut Apache down with a kill -TERM so I can reload the configuration
 > files with a command line restart.
 
 On the parent or the child?
 
 > 
 > Other Apache servers (non virtual) are still running on port 80 from
 > their own configuration files, root directories and with different IP
 > addresses.  There are no processes running or sockets open for the
 > Apache server/IP address in question.
 > 
 
 Please show the netstat output of all the servers that are listening on
 the port.  ie. "netstat -na | grep LISTEN | grep \\.80
 
 What is the BindAddress or Listen directive set to in the other servers,
 and what is it set to in this one?
 
 It appears like you are trying to bind to the wildcard address, ie. *:80.
 

Reply via email to