Forum Moderators: phranque
Failed to start apache :
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address 200.xx.224.7:80
no listening sockets available, shutting down
Unable to open logs
please help i don't know what to do.
thanks in advanced.
Mikel
[edited by: jdMorgan at 1:44 am (utc) on Jan. 6, 2005]
[edit reason] Obscured specifics. [/edit]
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If this is not set to valid DNS name for your host, server-generated
# redirections will not work. See also the UseCanonicalName directive.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
ServerName domain.com:80
Just below that should be whatever you set up as your server name (domain.tld). If this is not correct, is blank or otherwise something that would make your server barf, fix it. You can put almost anything in there as long as it is valid (meaning you are actually on that named server, not just making something up -- no stealing microsoft.com or anything).
From the latter half of your error message it appears that either your Apache server is trying to be told to run twice or something else is running on port 80 before Apache is told to start. Are you running another webserver, a proxy server or anything else that may have taken over that port?