Hi, Guys I just installed Apache HTTP Server. So I tried to run Control Apache Server, then I had the following message. But I don't understand this error message. Please help this problem. Messages: 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. Thank you for your help in advance.
Your Apache wants to be accessible on port 80 on all available IP v4 addresses (0.0.0.0:80). If another daemon already uses this combination Apache cannot start. Another possiblity is that for any reason your are not allowed to open sockets or the socket limit is reached (very unlikely). This can happen in some virtualized environments. Run "netstat -tulpen" as root to see what's going on and if there is a daemon that already uses port 80.
Hi, Norbert ! I really appreciate for your quick response. I am a novice in Apache. Would you explain a little bit more in detail how to run that command. Expecially in which directory I have to run? I am using Windows Vista version. Thank you so much for your reply. I appreciate for your answer in advance.
Hello apacheguy4, are you running Apache on Windows or is it just the OS of your workstation? It's because I am using Linux only and I don't know how to run Apache on Windows. Do you have dedicated server or a virtual sever?