
rbowen at rcbowen
Nov 11, 2009, 9:57 AM
Post #4 of 5
(700 views)
Permalink
|
|
Re: Cant make apache listen on an IP address and port
[In reply to]
|
|
On Nov 11, 2009, at 07:48 , Siju George wrote: > # apache2ctl start > apache2: Could not reliably determine the server's fully qualified > domain name, using 127.0.1.1 for ServerName > (99)Cannot assign requested address: make_sock: could not bind to > address 213.49.146.24:8080 > no listening sockets available, shutting down > Unable to open logs Please see http://wiki.apache.org/httpd/CouldNotBindToAddress for an in-depth discussion of this issue, and possible solutions. Note that the first message ("Could not reliably ...") is a warning, not an error, but you probably should set ServerName. The rest of the message is an actual error condition. -- Rich Bowen rbowen [at] rcbowen --------------------------------------------------------------------- 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 [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|