You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Philip Allen <al...@webone.com.au> on 2008/09/10 02:39:48 UTC

[users@httpd] Error with ServerName and then furthermore with Listening Sockets

I received the following Error today after following the installation guide
word for word and was wondering if someone could help me?

"httpd.exe: Could not reliably determine the server's fully qualified domain
name, using (address) for ServerName <OS 10048> Only one usage of each
socket address <protocol/network address/port> is normally permitted. :
make_sock: could not bind to address 0.0.0.0:80 no listening sockets
available, shutting down Unable to open logs"

Thanks
Russell

---------------------------------------------------------------------
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


Re: [users@httpd] Error with ServerName and then furthermore with Listening Sockets

Posted by Manik Taneja <mt...@movik.net>.
The first error is a warning and will go away if you set the  
ServerName variable to your machine name or something in the  
httpd.conf file.

With regards to the other problem, you probably have another process  
or perhaps a running instance of apache that is listening on port 80.  
You can either change the default port number to which apache binds in  
the httpd.conf file or find out which process is listening on port 80  
and kill it.

-M



On 10-Sep-08, at 6:09 AM, Philip Allen wrote:

> I received the following Error today after following the  
> installation guide
> word for word and was wondering if someone could help me?
>
> "httpd.exe: Could not reliably determine the server's fully  
> qualified domain
> name, using (address) for ServerName <OS 10048> Only one usage of each
> socket address <protocol/network address/port> is normally  
> permitted. :
> make_sock: could not bind to address 0.0.0.0:80 no listening sockets
> available, shutting down Unable to open logs"
>
> Thanks
> Russell
>
> ---------------------------------------------------------------------
> 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
>


---------------------------------------------------------------------
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